Implement 386 instruction table, improve 8086/186/286 instruction table
[multi_emu.git] / Makefile
2023-01-03 Nick DowningAdd emu_mips_alt, yams and mips-tetris, no console yet
2022-09-12 Nick DowningSet up to run BASIC-PTS in simh PDP-11, as it doesn...
2022-09-11 Nick DowningAdd PDP-11 emulator (alternate backend only; based...
2022-08-21 Nick DowningAdd 68000 emulator (alternate backend only; based on...
2022-07-31 Nick DowningAdd 8086 emulator (alternate backend only; based on...
2022-07-31 Nick DowningPreliminary 6809 CPU emulation, can compile but is...
2022-07-25 Nick DowningPreliminary 6800 CPU emulation, can compile but is...
2022-07-24 Nick DowningAdd emu_6800_alt, and fairly simple tests based on...
2022-07-21 Nick DowningAdd my Z80 emulator, can compile but not run (all instr...
2022-07-21 Nick DowningRefactoring 65C02 to support big-endian and make inline...
2022-07-21 Nick DowningAdd emu_z80, only alternate backend so far, can run...
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...