6502-cpp icon indicating copy to clipboard operation
6502-cpp copied to clipboard

Results 5 6502-cpp issues
Sort by recently updated
recently updated
newest added

As time permits please add support for 'illegal opcodes.' An excellent reference exists at [NMOS 6510 Unintended Opcodes: No More Secrets](http://csdb.dk/getinternalfile.php/135165/NoMoreSecrets-NMOS6510UnintendedOpcodes-20142412.pdf). The 6510 on the C64 had these op-codes but...

Hey Jason, I've begun a large refactor using these original sources to build something a little more expandable and maintainable (although I must say the code was still a breeze...

This can be fairly convenient, as the user can input an executable file and this app can spit out another executable, ready to go. Example: ``` x86to6502 i8086-test-executable.com -o 6502-test-executable.bin...