ChipsProcessorsZ80 & 8080 family › Intel 8085

Intel 8085

1976

Intel's 1976 8-bit update to the 8080 needing only a single 5-volt supply, common in embedded and training systems.

Reference & documentation

External technical references for programming Intel 8085 and for writing emulators.

ResourceTypeNotes
Intel 8085A Datasheet ↗DatasheetCanonical Intel datasheet: electricals, AC timing
Intel 8085 Opcode Table (pastraiser) ↗Instruction setFull 256-opcode grid: bytes, cycles, flags
Unspecified/Undocumented 8085 Instructions ↗Instruction setHidden opcodes: DSUB, LDHI, LDSI, RDEL, ARHL
Intel MCS-80/85 Family User's Manual ↗Interrupt listRST 5.5/6.5/7.5, TRAP vectors and masking
Intel MCS-80/85 Family User's Manual ↗Memory map64K address space, I/O map, system interfacing
Intel MCS-80/85 Family User's Manual ↗Pinout40-pin descriptions, multiplexed bus, signal timing
Intel 8080/8085 Assembly Language Programming Manual ↗ProgrammingOfficial Intel assembler manual; every instruction detailed
Reverse-engineering the 8085's flag circuits (Ken Shirriff) ↗ReferenceSilicon-level flag behavior incl. undocumented X5/V
sim8085 - C-based 8085 emulator core ↗SourceReadable C simulator (src/core/8085.c), assembler, debugger