mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 15:10:55 +11:00
9 lines
184 B
Plaintext
9 lines
184 B
Plaintext
: (key)
|
|
BEGIN _updsel UNTIL
|
|
_prevstat C@
|
|
0x20 ( BUTC ) OVER AND NOT IF THEN
|
|
0x40 ( BUTA ) AND NOT IF THEN
|
|
( If not BUTC or BUTA, it has to be START )
|
|
_sel C@
|
|
;
|