summaryrefslogtreecommitdiff
path: root/converter.py
AgeCommit message (Collapse)Author
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.