swissChili | ce85f57 | 2022-04-20 16:54:34 -0700 | [diff] [blame^] | 1 | !! BUGS !! |
| 2 | |
| 3 | - For some reason, if the word `IMMEDIATE' is defined in DICTNRY.ASM, |
| 4 | it shows up in `WORDS' but cannot actually be invoked. If it is |
| 5 | shortened to `IMMED' it works fine, same if it's called |
| 6 | `IMMEDIAT'. However, `IMMEDIATX' doesn't work. But if it's named |
| 7 | something random like `123456789' it works. Also, other words 9 |
| 8 | characters long work fine! This is really weird. Moving the |
| 9 | definition of `IMMEDIATE' to a different location in the binary |
| 10 | (padding it from the start) doesn't solve the problem. |
| 11 | |
| 12 | Update: This seems to affect a whole lot of words, including |
| 13 | `>CFA'. Can't seem to find a pattern between them, e.g. `>DFA' works |
| 14 | fine. |