mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 22:40:56 +11:00
12 lines
164 B
Forth
12 lines
164 B
Forth
: CODE XCODE ;
|
|
: IMMEDIATE XIMM ;
|
|
: : [ ' X: , ] ;
|
|
|
|
CURRENT @ XCURRENT !
|
|
H@ ' _bend - 4 + XOFF !
|
|
|
|
( dummy entry for dict hook )
|
|
(xentry) _
|
|
H@ 256 /MOD 2 PC! 2 PC!
|
|
|