Go to file
Zorchenhimer 29e48f3cac
[script] Fix varible inline instructions; Fix off-by-one
- Fixed instructions that have -3 as the OpCount (count then count
  words).  There is not an extra word that acts as the default
  selection.  These instructions do nothing if the argument is out of
  range.
- Fixed off-by-one eating the byte following the -3 OpCount
  instructions.
- Fixed panic when a -2 op code goes beyond the end of the script.
2025-09-06 22:27:45 -04:00
cmd Some stuff with the script decoding 2024-09-29 15:03:21 -04:00
rom [rom] Fix exported file modes 2025-09-06 22:24:34 -04:00
script [script] Fix varible inline instructions; Fix off-by-one 2025-09-06 22:27:45 -04:00
.gitignore Initial commit 2024-04-27 15:19:14 -04:00
Makefile Some stuff with the script decoding 2024-09-29 15:03:21 -04:00
go.mod Initial commit 2024-04-27 15:19:14 -04:00
go.sum Initial commit 2024-04-27 15:19:14 -04:00