mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
instructions
This commit is contained in:
parent
406b9cea17
commit
7c37e01321
1 changed files with 8 additions and 9 deletions
17
bootstrap.fs
17
bootstrap.fs
|
@ -2358,14 +2358,14 @@ need-defined (read)
|
|||
word throw included
|
||||
;
|
||||
|
||||
( === Instructions === )
|
||||
( === Primitive Instructions === )
|
||||
|
||||
: DOCOL-INSN docol ;
|
||||
: EXIT-INSN ['] e ;
|
||||
: LIT-INSN ['] lit ;
|
||||
: LITSTRING-INSN ['] litstring ;
|
||||
: BRANCH-INSN ['] branch ;
|
||||
: 0BRANCH-INSN ['] 0branch ;
|
||||
: insn:docol docol ;
|
||||
: insn:exit ['] e ;
|
||||
: insn:lit ['] lit ;
|
||||
: insn:litstring ['] litstring ;
|
||||
: insn:branch ['] branch ;
|
||||
: insn:0branch ['] 0branch ;
|
||||
|
||||
( === Remove Unnecessary Words === )
|
||||
|
||||
|
@ -2394,8 +2394,7 @@ need-defined (read)
|
|||
\ rebuilt dictionary
|
||||
:noname
|
||||
update-dictionary
|
||||
DOCOL-INSN EXIT-INSN LIT-INSN LITSTRING-INSN
|
||||
BRANCH-INSN 0BRANCH-INSN
|
||||
insn:docol insn:exit insn:lit insn:litstring insn:branch insn:0branch
|
||||
|
||||
words id. name>string name>link
|
||||
include included
|
||||
|
|
Loading…
Reference in a new issue