Fix bug with 10 and 41.

This commit is contained in:
Brad Nelson
2024-11-07 19:00:33 -08:00
parent 1316a3144e
commit ffd0226fdb
4 changed files with 5 additions and 9 deletions

View File

@ -16,8 +16,6 @@
X("0", ZERO, PUSH 0) \
X("1", ONE, PUSH 1) \
X("-1", NEGATIVEONE, PUSH -1) \
X("10", TEN, PUSH 10) \
X("41", FOURTYONE, PUSH 41) \
Y(nip, NIP) \
Y(rdrop, --rp) \
XV(forth, "*/", STARSLASH, SSMOD_FUNC; NIP) \