oldos/programs/hw.asm

6 lines
70 B
NASM

include 'include.asm'
print hw
ret
hw db "Hello, world", 0Dh, 0Ah, 0