17 lines
362 B
Plaintext
17 lines
362 B
Plaintext
HELLO.MAC - Hello program in MACRO assembly language
|
|
|
|
PUBLIC:<CONTRIB>HELLO.MAC
|
|
PUBLIC:<CONTRIB>HELLO-MAC.TXT
|
|
|
|
Contributed by David Meyer <papa@twenex.org>/<papa@sdf.org>
|
|
March 9, 2022
|
|
|
|
A minimal example of MACRO source code demonstating character string
|
|
output.
|
|
|
|
To compile, load, and run:
|
|
|
|
@EXEC PS:<CONTRIB>HELLO.MAC
|
|
|
|
Make a copy and try your hand at MACRO!
|