Files
open-simh.simtools/crossassemblers/macro11/tests/test-ua-pl.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

36 lines
1.4 KiB
Plaintext

1 ;;;;;
2 ;
3 ; Test ^pl and ^ph
4
5 000000 .PSECT section
6
7 000000 000000' .word <^pl section>
8 000002 000012' .word <^ph section>
9 000004 000000' .word <^pl code>
10 000006 000010' .word <^ph code>
11 000010 010' .byte <^ph code>
12 000011 000C .byte <^ph code> / 256
13
14 000000 .PSECT code
15
16 000000 000000' .word <^pl section>
17 000002 000012' .word <^ph section>
18 000004 000000' .word <^pl code>
19 000006 000010' .word <^ph code>
20
21 .end
21
Symbol table
. 000010R 003
Program sections:
. ABS. 000000 000 (RW,I,GBL,ABS,OVR,NOSAV)
000000 001 (RW,I,LCL,REL,CON,NOSAV)
SECTIO 000012 002 (RW,I,LCL,REL,CON,NOSAV)
CODE 000010 003 (RW,I,LCL,REL,CON,NOSAV)