Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-09 | programmatically create switch cases for opcodes based on opcode json | vin | |
The JSON is from https://github.com/ericTheEchidna/65C02-JSON/ and saved me a lot of time from writing the cases for each opcode by hand. |