1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-29 07:01:06 +10:00

trs80: add missing blk

This commit is contained in:
Virgil Dupras 2020-05-02 08:27:24 -04:00
parent 3a27479f2b
commit 443ed754e9

9
blk/497 Normal file
View File

@ -0,0 +1,9 @@
CODE @PUT ( c a -- f )
DE POPqq,
BC POPqq,
chkPS,
A 0x04 LDrn, ( @PUT )
0x28 RSTn,
PUSHZ,
;CODE