mirror of
https://github.com/hsoft/collapseos.git
synced 2024-12-26 04:18:05 +11:00
forth: Un-IMMEDIATE "ROUTINE"
It's not needed anymore
This commit is contained in:
parent
f40c14715e
commit
7967c654e0
@ -750,7 +750,7 @@ WR:
|
|||||||
|
|
||||||
.db "ROUTINE"
|
.db "ROUTINE"
|
||||||
.dw $-WR
|
.dw $-WR
|
||||||
.db 0x87 ; IMMEDIATE
|
.db 7
|
||||||
ROUTINE:
|
ROUTINE:
|
||||||
.dw compiledWord
|
.dw compiledWord
|
||||||
.dw WORD
|
.dw WORD
|
||||||
|
Loading…
Reference in New Issue
Block a user