diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-02-22 12:23:42 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-02-22 12:23:42 -0500 |
commit | 0ede616831367ceeee99a7fbab19df0c0169c129 (patch) | |
tree | f7bb01a142728352cdb2f88072388f607ba0bd61 | |
parent | bf9f8a902bd820662ba2774d6e0e42d06616d56d (diff) |
add j
-rw-r--r-- | compat.txt | 2 | ||||
-rw-r--r-- | core.fth | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -86,7 +86,7 @@ yes 6.1.1680 I yes 6.1.1700 IF yes 6.1.1710 IMMEDIATE (as "imm") yes 6.1.1720 INVERT - 6.1.1730 J +yes 6.1.1730 J yes 6.1.1750 KEY 6.1.1760 LEAVE yes 6.1.1780 LITERAL @@ -70,6 +70,7 @@ postpone unloop ; imm : loop 1 postpone literal postpone +loop ; imm : i postpone r@ ; imm +: j postpone 2r> postpone r@ ['] -rot , postpone 2>r ; imm : align here 1 & if 1 allot then ; : aligned dup 1 & if 1+ then ; |