oldos/programs/hw.asm

6 lines
70 B
NASM
Raw Normal View History

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