Move 0, -1, 1 to internals vocabulary.
This commit is contained in:
@ -159,9 +159,6 @@ e: check-tier2-opcodes
|
||||
;e
|
||||
|
||||
e: check-tier1-opcodes
|
||||
out: 0
|
||||
out: 1
|
||||
out: -1
|
||||
out: nip
|
||||
out: rdrop
|
||||
out: */
|
||||
|
||||
@ -13,9 +13,9 @@
|
||||
// limitations under the License.
|
||||
|
||||
#define TIER1_OPCODE_LIST \
|
||||
X("0", ZERO, PUSH 0) \
|
||||
X("1", ONE, PUSH 1) \
|
||||
X("-1", NEGATIVEONE, PUSH -1) \
|
||||
XV(internals, "0", ZERO, PUSH 0) \
|
||||
XV(internals, "1", ONE, PUSH 1) \
|
||||
XV(internals, "-1", NEGATIVEONE, PUSH -1) \
|
||||
Y(nip, NIP) \
|
||||
Y(rdrop, --rp) \
|
||||
XV(forth, "*/", STARSLASH, SSMOD_FUNC; NIP) \
|
||||
|
||||
Reference in New Issue
Block a user