mirror of
https://github.com/open-simh/simtools.git
synced 2026-02-15 12:25:58 +00:00
Update to latest released version of macro-11. Command run: git subtree pull --prefix=crossassemblers/macro11 ../macro11 macro11-v0.7.2 (should be equivalent to git subtree pull --prefix=crossassemblers/macro11 git://gitlab.com/Rhialto/macro11.git macro11-v0.7.2)
8 lines
159 B
Plaintext
8 lines
159 B
Plaintext
;;;;;
|
|
;
|
|
; This macro is found automatically by .MCALL MAFILE
|
|
;
|
|
.macro mafile
|
|
.asciz /This macro definition comes from a file./
|
|
.endm
|