Implement 386 instruction table, improve 8086/186/286 instruction table
[multi_emu.git] / cpu_65c02.c
2022-07-30 Nick DowningSplit decode_65c02.sed into decode_65c02_(pre|post...
2022-07-23 Nick DowningImplement Z80 interrupt system, and 65C02/Z80 reset...
2022-07-23 Nick DowningImplement 65C02 interrupt system
2022-07-23 Nick DowningAdd context argument to (read|write|in|out)_byte()...
2022-07-21 Nick DowningAdd my Z80 emulator, can compile but not run (all instr...
2022-07-21 Nick DowningRefactoring 65C02 bit set/reset instructions
2022-07-21 Nick DowningRefactoring 65C02 predicated instructions
2022-07-21 Nick DowningRefactoring 65C02 to remove abbreviations
2022-07-21 Nick DowningRefactoring 65C02 to support big-endian and make inline...
2022-07-21 Nick DowningRefactoring 65C02 to remove macros
2022-07-21 Nick DowningRefactoring 65C02 registers and flags
2022-07-21 Nick DowningRefactoring 65C02 registers and branches
2022-07-21 Nick DowningCan now pass Klaus Dormann's 65C02 tests
2022-07-19 Nick DowningCan now pass Klaus Dormann's 6502 tests (not 65C02...
2022-07-19 Nick DowningFirst cut at 65C02 emulator, can compile, many features...