Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-11 | remove opcode json converter helper scripts | vin | |
They were only used to automate writing the boilerplate for each instruction. They're not needed at the moment and they were using 65c02 instructions instead of 6502 anyways. | |||
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. |