Implement 386 instruction table, improve 8086/186/286 instruction table
[multi_emu.git] / cpu_65c02.h
2022-07-31 Nick DowningPreliminary 6809 CPU emulation, can compile but is...
2022-07-30 Nick DowningSplit decode_65c02.sed into decode_65c02_(pre|post...
2022-07-25 Nick DowningPreliminary 6800 CPU emulation, can compile but is...
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 DowningImplement Z80 instructions except block I/O group,...
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 registers and flags
2022-07-21 Nick DowningRefactoring 65C02 registers and branches
2022-07-19 Nick DowningFirst cut at 65C02 emulator, can compile, many features...