Files
Olaf Seibert 0e54092d45 Merge commit 'c311f6a175fd52da171795bc093762f4eba4c136' into macro11-v0.7.2
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)
2022-06-08 20:52:56 +02:00

40 lines
1.8 KiB
Plaintext

1 000000 .REPT 0
2 THIS IS A BIG BLOCK OF COMMENTS
3 WE DON'T EXPECT THAT IT WILL EVER BE ASSEMBLED
4 MORE STUFF TO SAY HERE
5
6 .ENDR
7
8
9 000000 005001 clr r1
10 000001 .rept 1
11 inc r1
12 .endr
1 000002 005201 inc r1
13
14 000004 005002 clr r2
15 000002 .rept 2
16 inc r2
17 .endr
1 000006 005202 inc r2
1 000010 005202 inc r2
18
19 000012 005000 clr r0
test-rept.mac:20: ***ERROR .REPT value must be constant
20 .rept undefd
21 000014 005200 inc r0
test-rept.mac:22: ***ERROR No repeat block active
22 .endr
22
Symbol table
. 000016R 001
Program sections:
. ABS. 000000 000 (RW,I,GBL,ABS,OVR,NOSAV)
000016 001 (RW,I,LCL,REL,CON,NOSAV)