susam/hello

A 23-byte “hello, world” program assembled with DEBUG.EXE in MS-DOS

AssemblyDIGITAL Command Languagedosasmhello-worldx86ms-dos
This is stars and forks stats for /susam/hello repository. As of 19 Apr, 2024 this repository has 139 stars and 4 forks.

Programming "Hello, World" in MS-DOS The program HELLO.COM was developed on MS-DOS Version 6.22 using the DOS program named DEBUG.EXE. It is exactly 23 bytes in length. It can be used to print the string "hello, world" followed by newline to standard output. Assemble Here is the complete DEBUG.EXE session that creates a "hello, world" program: C:\>debug -A 1165:0100 MOV AH, 9 1165:0102 MOV DX, 108 1165:0105 INT 21 1165:0107 RET 1165:0108 DB 'hello, world', D, A, '$' 1165:0117 -G hello, world Program...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
nofxx/mcu_scaffoldAssemblyPascalRuby2000
UWO-CS2208/lect-14MATLABAssemblyC0000
pinauten/Fugu15CSwiftObjective-C1.1k02670
occidere/TILDIGITAL Command LanguageShell61010
Olde-Skuul/doom3doCAssemblyMakefile1k01270
aspect-build/gcc-toolchainStarlarkDockerfileShell68+3110
OrionNavattan/Sonic-2-ASM68KAssemblyOther9000
rtd7506/gameDev_22_Group3YaccGame Maker Language1000
commanderx16/x16-romAssemblyBASICPython1450470
Argonaught/playgroundAssemblyPythonC0000