It's Friday evening, let's share some code! π₯³
After reading Linus Akesson's great article on C64 SID relocation https://www.linusakesson.net/software/sidreloc/index.php I wanted to port it to my C# C64 libs and needed a 6502 CPU. Yet another sidetrack! π
So, I brought a 6502/6510 emulator to Asm6502 https://github.com/xoofx/Asm6502
with accurate cycles passing Thomas Harte's 2,560,000 tests! Ported from https://github.com/ericssonpaul/O2 and adding support for all illegal opcodes + test fixes. π
