| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Fixed a bug causing internal assembler errors in the tokenizer source code.tar.gz | 2024-09-20 | 1.4 MB | |
| Fixed a bug causing internal assembler errors in the tokenizer source code.zip | 2024-09-20 | 1.5 MB | |
| README.md | 2024-09-20 | 254 Bytes | |
| Totals: 3 Items | 2.9 MB | 0 | |
With the previous release, I introduced a bug that the tokenizer crashes with an out-of-bounds array access on the following program:
:::as
start: load s0, s0
This release fixes that. Let's hope there aren't any more such critical bugs left...