collapseos/blk/393

17 lines
318 B
Plaintext
Raw Normal View History

: RAM+ [ RAMSTART LITN ] + ;
: BIN+ [ BIN( @ LITN ] + ;
: HERE 0x04 RAM+ ;
: CURRENT* 0x51 RAM+ ;
: CURRENT CURRENT* @ ;
2020-05-16 02:14:27 +10:00
: XYPOS 0x40 RAM+ ;
( w -- a f )
: (find) CURRENT @ SWAP _find ;
: QUIT
(resRS)
0 0x08 RAM+ ! ( 08 == C<* override )
LIT< (main) (find) DROP EXECUTE
;
1 25 LOADR+ ( xcomp core low )