mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-31 13:53:14 +00:00
git-subtree-dir: crossassemblers/macro11 git-subtree-mainline:fc2c8875cagit-subtree-split:2a14ffe251command was: git subtree add --prefix=crossassemblers/macro11 git://github.com/Rhialto/macro11.git master
13 lines
310 B
Plaintext
13 lines
310 B
Plaintext
;;;;;
|
|
;
|
|
; Test the implied .word construction
|
|
;
|
|
|
|
start: 3
|
|
start
|
|
; The following could be a macro which by accident is not defined
|
|
; which takes arguments that don't parse as expressions.
|
|
macro 8-BIT,1,2,3
|
|
; The following can by accident be parsed as an expression.
|
|
macro 7-BIT,1,2,3
|