michaelcmartin / Ophis

A cross-assembler for the 6502 series of microprocessors.
http://michaelcmartin.github.io/Ophis/
Other
96 stars 26 forks source link

Opcode generator fails silently on bad input #37

Closed michaelcmartin closed 3 months ago

michaelcmartin commented 3 months ago

If there's an opcode description that gensets.py fails to parse, it just doesn't incorporate that opcode into the generated Python tables. This situation should fail loudly, not silently.

michaelcmartin commented 3 months ago

Fixed in commit e519927.