Debug Hello World
Debug is old and very legacy but it can be fun if your bored
-a 100
Asemble at 100h in memory The start for a com file
jmp 200
db 'Hello World',0D,0A,'$'
mov ah,9
mov dx,102
int 21
int 20
-g
to run our program :D
Hardcore Cpu Talk
Debug is old and very legacy but it can be fun if your bored
-a 100
Asemble at 100h in memory The start for a com file
jmp 200
db 'Hello World',0D,0A,'$'
mov ah,9
mov dx,102
int 21
int 20
-g
to run our program :D