Skip to content

namberino/nam85

Repository files navigation

nam85: An 8-bit computer based on the Intel 8085 ISA

This computer was based on the Intel 8085 ISA. Currently it can support most of the 8085 instructions.

You can compile an 8085 program using an 8085 assembler and run it on this computer. Load up a program to program.bin, then simulate the computer using the gtkwave file.

Simulation

simulaiton waveform

Documentation

Check out doc.md to about how the computer works and how each instructions were implemented

Toolchain

References