mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-13 15:27:18 +00:00
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
|