mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 20:20:55 +11:00
9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
|
: ELSE ( a1 -- a2 | a1: IF cell a2: ELSE cell )
|
||
|
COMPILE (br)
|
||
|
2 ALLOT
|
||
|
DUP H@ -^ SWAP ( a-H a )
|
||
|
!
|
||
|
H@ 2- ( push a. -2 for allot offset )
|
||
|
; IMMEDIATE
|
||
|
|