1
0
Fork
You've already forked V85
0
8085 emulator with the undocumented instructions and flags
  • C 97.5%
  • Assembly 1.8%
  • Makefile 0.7%
Find a file
Alan Cox 01db39d549 intel_8085_emulator: some intial flag fixes
Sort out INX DCX and fix general stuff
2019年03月12日 00:19:11 +00:00
lib765 v85: further updates 2019年02月28日 21:43:09 +00:00
ack2rom.c V85: initial import of the code derived form intel_8080_emulator 2019年02月16日 15:06:38 +00:00
bootblock.s rom/bootblock: demo roms 2019年02月16日 16:21:31 +00:00
ide.c ide: fix warning 2019年02月27日 23:03:01 +00:00
ide.h V85: initial import of the code derived form intel_8080_emulator 2019年02月16日 15:06:38 +00:00
intel_8085_emulator.c intel_8085_emulator: some intial flag fixes 2019年03月12日 00:19:11 +00:00
intel_8085_emulator.h 8085: First bits of the 8085 specific instruction debug 2019年03月11日 21:05:45 +00:00
LICENSE V85: initial import of the code derived form intel_8080_emulator 2019年02月16日 15:06:38 +00:00
loader.s v85: make bank 0 (no bank) map in the ROM 2019年02月20日 00:31:40 +00:00
makedisk.c V85: initial import of the code derived form intel_8080_emulator 2019年02月16日 15:06:38 +00:00
Makefile v85: build with lib765 2019年02月27日 23:04:22 +00:00
README.machine v85: further updates 2019年02月28日 21:43:09 +00:00
README.md v85: further updates 2019年02月28日 21:43:09 +00:00
rom.s v85: make bank 0 (no bank) map in the ROM 2019年02月20日 00:31:40 +00:00
v85.c v85: hook in the debug CPU features 2019年03月11日 21:05:58 +00:00

V85

An 8085 emulator with the undocumented instructions and flags

Caution

This is a work in progress so some flag emulation and other details may well be incorrect. In particular I know the undocumented K and V flags for DAA are wrong.

Why Another 8085 Emulator

Because every other open 8085 emulator I could find on a quick search was at best an 8080 emulator with the timings tweaked and RIM/SIM added not an actual 8085 emulation including the new flags and instructions that Intel decided not to document but which are well known and used.