macro/template.mac

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