open-simh.simtools/tests/test-ua-pl.mac
Olaf Seibert 4916b699fa Add ^pl and ^ph expressions from 2.11BSD's m11.
I hope I understood what this is doing!
2017-04-28 23:02:06 +02:00

22 lines
265 B
Plaintext

;;;;;
;
; Test ^pl and ^ph
.PSECT section
.word <^pl section>
.word <^ph section>
.word <^pl code>
.word <^ph code>
.byte <^ph code>
.byte <^ph code> / 256
.PSECT code
.word <^pl section>
.word <^ph section>
.word <^pl code>
.word <^ph code>
.end