Skip to content

A work-in-progress Intel 8080 emulator. This emulator does not aim to completely encompass the instruction set nor be cycle accurate, it is purely a project to learn more about emulation.

Notifications You must be signed in to change notification settings

ryleigh-stefanski/Intel-8080-Emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intel-8080-Emulator

A general purpose Intel 8080 Emulator. This emulator will not be cycle accurate, although I do plan to incorporate accurate cycle counting.

image image

Future Plans

  • Cycle counting
  • General Purpose Bus for the following purposes:
    • Allow for easy incorporation of other emulated devices
    • Allow for easy output capture
    • Provide a general purpose API to the CPU -Following the BUS' purpose, allow interfacing between the c8080 and the terminal(cout, cin)

About

A work-in-progress Intel 8080 emulator. This emulator does not aim to completely encompass the instruction set nor be cycle accurate, it is purely a project to learn more about emulation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages