forth: Forth-ify "BYE"

Tento commit je obsažen v:
Virgil Dupras 2020-03-28 10:14:27 -04:00
rodič e0eaa8ba63
revize 2db6ebc247
3 změnil soubory, kde provedl 6 přidání a 9 odebrání

Binární soubor nebyl zobrazen.

Zobrazit soubor

@ -660,21 +660,14 @@ abortUnderflow:
.name:
.db "(uflw)", 0
.fill 41
.db "BYE"
.dw $-QUIT
.db 3
BYE:
.dw nativeWord
halt
.fill 50
; STABLE ABI
; Offset: 02aa
.out $
; ( c -- )
.db "EMIT"
.dw $-BYE
.dw $-QUIT
.db 4
EMIT:
.dw compiledWord

Zobrazit soubor

@ -246,6 +246,10 @@ CODE IMMED?
DE PUSHqq,
;CODE
CODE BYE
HALT,
;CODE
CODE (resSP)
( INITIAL_SP == JTBL+28 )
SP JTBL 28 + @ LDdd(nn),