1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-16 13:38:45 +10:00
collapseos/blk/326
Virgil Dupras 295b4b6e0a z80a: add BIN( parameter
Will be useful for assembling binaries for the TRS-80 which can't start
at addr 0.
2020-04-27 15:11:38 -04:00

14 lines
139 B
Plaintext

CODE >R
HL POPqq,
chkPS,
( 17 == pushRS )
17 BCALL,
;CODE
CODE R>
( 20 == popRS )
20 BCALL,
HL PUSHqq,
;CODE