wdc-utils/samples/hello1.asm

21 lines
149 B
NASM
Raw Normal View History

2017-01-04 18:37:09 +00:00
;
; 1-segment code.
;
include 'hello.macros'
macdelim {
CODE
pea #^text
pea #text
_WriteLine
rtl
text
pstr {'hello, world'}
ends