mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-13 15:27:18 +00:00
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
|