Files
open-simh.simtools/crossassemblers/macro11/tests/test-complex-reloc.lst.ok
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

27 lines
1.3 KiB
Plaintext

1 ; test complex relocations
2
3 ; .globl IE.ITS,IE.MON ; implicit
4 000000 012767 000000C 000000 mov #-IE.ITS, space
5
6 000006 000000G space: .word IE.ITS ; the only simple relocation
7 000010 000000C .word -IE.ITS ; all others are complex relocations
8 000012 000000C .word ^C<IE.ITS>
9 000014 000000C .word IE.ITS + IE.MON
10 000016 000000C .word IE.ITS - IE.MON
11 000020 000000C .word IE.ITS * IE.MON
12 000022 000000C .word IE.ITS / IE.MON
13 000024 000000C .word IE.ITS & IE.MON
14 000026 000000C .word IE.ITS ! IE.MON
14
Symbol table
. 000030R 001 IE.ITS= ****** GX IE.MON= ****** GX SPACE 000006R 001
Program sections:
. ABS. 000000 000 (RW,I,GBL,ABS,OVR,NOSAV)
000030 001 (RW,I,LCL,REL,CON,NOSAV)