1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-17 09:18:45 +10:00
collapseos/recipes/trs80/blk/605

10 lines
185 B
Plaintext

CODE @RDSEC ( drv cylsec addr -- f ) EXX, ( protect BC )
HL POP,
DE POP,
BC POP,
chkPS,
A 0x31 LDri, ( @RDSEC )
0x28 RST,
PUSHZ,
EXX, ( unprotect BC ) ;CODE