Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 360 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 360 Bytes

8080 Emulator Project

Implementing the Intel 8080 Hardware in C

Following the basic tutorial at www.emulator101.com for the structure and workflow.

First commit 7-31-2018 Last commit 8-1-2018

TODO: Debug shell Change memory allocation and calls to follow better practices in C Build input/output system Port code for usability Refactor shell to reuse code