summaryrefslogtreecommitdiff
path: root/converter.py
AgeCommit message (Collapse)Author
2024-06-11remove opcode json converter helper scriptsvin
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-09programmatically create switch cases for opcodes based on opcode jsonvin
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.