Files
open-simh.simtools/crossassemblers/macro11/tests/test-impword.mac
Olaf Seibert 404a7e726d Add 'crossassemblers/macro11/' from commit '2a14ffe2519589011ffc4050d5d4fd6591fb4c3c'
git-subtree-dir: crossassemblers/macro11
git-subtree-mainline: fc2c8875ca
git-subtree-split: 2a14ffe251

command was: git subtree add --prefix=crossassemblers/macro11 git://github.com/Rhialto/macro11.git master
2016-02-21 11:00:41 +01:00

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