- 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.
I need a bunch of tools for studybox related stuff. It makes more sense
to have a separate project for them instead of trying to shove all the
functionality I want into a single command in the go-nes project.
Starting with some script parsing. This script is the Domain Specific
Language that is on the tapes of the studybox. Not every opcode is
fully decoded/named yet.