mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 17:30:55 +11:00
10 lines
121 B
Plaintext
10 lines
121 B
Plaintext
|
CODE @PUT ( c a -- f )
|
||
|
DE POPqq,
|
||
|
BC POPqq,
|
||
|
chkPS,
|
||
|
A 0x04 LDrn, ( @PUT )
|
||
|
0x28 RSTn,
|
||
|
PUSHZ,
|
||
|
;CODE
|
||
|
|