icore: simplify definition of ":" and ";"
This commit is contained in:
parent
784b109652
commit
0c3067ed9a
Binary file not shown.
@ -201,12 +201,17 @@
|
||||
|
||||
: IMMED? 1 - C@ 0x80 AND ;
|
||||
|
||||
( : and ; have to be defined last because it can't be
|
||||
executed now also, they can't have their real name
|
||||
right away.
|
||||
)
|
||||
( ';' can't have its name right away because, when created, it
|
||||
is not an IMMEDIATE yet and will not be treated properly by
|
||||
xcomp. )
|
||||
: _
|
||||
['] EXIT ,
|
||||
R> DROP ( exit : )
|
||||
; IMMEDIATE
|
||||
|
||||
: X
|
||||
';' XCURRENT @ 4 - C!
|
||||
|
||||
: :
|
||||
(entry)
|
||||
( We cannot use LITN as IMMEDIATE because of bootstrapping
|
||||
issues. Same thing for ",".
|
||||
@ -222,16 +227,5 @@
|
||||
AGAIN
|
||||
;
|
||||
|
||||
XCURRENT @ ( to PSP )
|
||||
|
||||
: Y
|
||||
['] EXIT ,
|
||||
R> DROP ( exit : )
|
||||
; IMMEDIATE
|
||||
|
||||
( Give ":" and ";" their real name )
|
||||
';' XCURRENT @ 4 - C!
|
||||
':' SWAP ( from PSP ) 4 - C!
|
||||
|
||||
(xentry) _
|
||||
H@ 256 /MOD 2 PC! 2 PC!
|
||||
|
Loading…
Reference in New Issue
Block a user