A 23-byte “hello, world” program assembled with DEBUG.EXE in MS-DOS
SMRTR summary
The 23-byte MS-DOS program HELLO.COM prints "hello, world" using DEBUG.EXE, ending with RET for size efficiency, which impacts debugging when run repeatedly, unlike using INT 20.
SMRTR provides this summary for quick context. The original article belongs to Lobsters.
Read the original article