collapseos/blk/153

10 lines
310 B
Plaintext
Raw Normal View History

2020-04-26 11:54:07 +10:00
( During a CASE, the stack grows by 1 at each ENDOF so that
we can fill all those ENDOF branching addrs. So that we
know when to stop, we put a 0 on PSP. That's our stopgap. )
: CASE 0 ; IMMEDIATE
2020-04-26 11:54:07 +10:00
: OF
COMPILE OVER COMPILE =
[COMPILE] IF COMPILE DROP
2020-04-26 11:54:07 +10:00
; IMMEDIATE
: ENDOF [COMPILE] ELSE ; IMMEDIATE