wdc-utils/samples/hello1.asm

21 lines
149 B
NASM

;
; 1-segment code.
;
include 'hello.macros'
macdelim {
CODE
pea #^text
pea #text
_WriteLine
rtl
text
pstr {'hello, world'}
ends