mirror of
https://github.com/open-simh/simtools.git
synced 2026-03-02 17:55:21 +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)
23 lines
467 B
Plaintext
23 lines
467 B
Plaintext
.REPT 0
|
|
THIS IS A BIG BLOCK OF COMMENTS
|
|
WE DON'T EXPECT THAT IT WILL EVER BE ASSEMBLED
|
|
MORE STUFF TO SAY HERE
|
|
|
|
.ENDR
|
|
|
|
|
|
clr r1
|
|
.rept 1
|
|
inc r1
|
|
.endr
|
|
|
|
clr r2
|
|
.rept 2
|
|
inc r2
|
|
.endr
|
|
|
|
clr r0
|
|
.rept undefd
|
|
inc r0
|
|
.endr
|