Implement 386 instruction table, improve 8086/186/286 instruction table
[multi_emu.git] / decode_65c02.py
2022-07-30 Nick DowningRefactor 6800 decoder to be more like Z80 decoder
2022-07-30 Nick DowningSplit decode_65c02.sed into decode_65c02_(pre|post...
2022-07-30 Nick DowningSplit disassembly part of decode_65c02.py into instr_65...
2022-07-21 Nick DowningHandle DDCB and FDCB instructions including undocumente...
2022-07-21 Nick DowningAdd my Z80 emulator, can compile but not run (all instr...
2022-07-21 Nick DowningRefactoring 65C02 registers and branches
2022-07-19 Nick DowningFirst cut at 65C02 emulator, can compile, many features...