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

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