mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 17:40:56 +11:00
74896051bb
Saves us an (ok) indirection and will save us more soon.
14 lines
377 B
Plaintext
14 lines
377 B
Plaintext
: BOOT
|
|
0x02 RAM+ CURRENT* !
|
|
CURRENT @ 0x2e RAM+ ! ( 2e == BOOT C< PTR )
|
|
0 0x08 RAM+ ! ( 08 == C<* override )
|
|
0 0x53 RAM+ ! ( 53 == (emit) override )
|
|
0 0x55 RAM+ ! ( 55 == (key) override )
|
|
0 0x0a RAM+ ! ( NLPTR )
|
|
( 0c == C<* )
|
|
['] (boot<) 0x0c RAM+ !
|
|
( boot< always has a char waiting. 06 == C<?* )
|
|
1 0x06 RAM+ !
|
|
INTERPRET BYE ;
|
|
|