Sakrac / x65

6502 Macro Assembler in a single c++ file using the struse single file text parsing library. Supports most syntaxes.
MIT License
38 stars 7 forks source link

Out of range branch doesn't always generate an error #5

Closed Sakrac closed 4 years ago

Sakrac commented 5 years ago

typical error case: { bne % ... }

Sakrac commented 4 years ago

Fixed Oct 18 2019