mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 22:30:54 +11:00
3822182226
It seems that xcomp can't manage to reliably compile core+ units. Let's limit the role of xcomp to z80c+icore. I'm getting a little desperate here. I'll revisit the link.fs approach with a new idea I had...
9 lines
108 B
Forth
9 lines
108 B
Forth
: CODE XCODE ;
|
|
: IMMEDIATE XIMM ;
|
|
: : [ ' X: , ] ;
|
|
|
|
CURRENT @ XCURRENT !
|
|
|
|
H@ 256 /MOD 2 PC! 2 PC!
|
|
H@ XOFF !
|