macro/template.mac
2022-03-10 20:40:38 +09:00

19 lines
376 B
Plaintext

TITLE TEMPLT - MACRO program source file template
Comment $ This is a template for MACRO assembly language source files
$
SEARCH MONSYM ;Add TOPS-20 symbols to MACRO
START: RESET ;RESET the state of I/O devices
;... (program source here) ...
HALTF ;Stop execution here.
DATA: ASCIZ /Program data goes here ...
/
END START ;End of program, start at START