1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-23 16:00:19 +10:00
collapseos/recipes/trs80/blk/607

9 lines
157 B
Plaintext

CODE @PUT ( c a -- f ) EXX, ( protect BC )
DE POP,
BC POP,
chkPS,
A 0x04 LDri, ( @PUT )
0x28 RST,
PUSHZ,
EXX, ( unprotect BC ) ;CODE