mirror of
https://github.com/open-simh/simtools.git
synced 2026-03-02 09:47:49 +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)
22 lines
265 B
Plaintext
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
|