Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 507 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 507 Bytes

emulator101

A work in progress emulator for Intel 8080 cpu.

Personal goals

  • Writing in C++ albeit my knowledge is a bit rusty.
  • After years of programming (in other languages) with OOP paradigms, this project tries to not use them. :)
  • Remembering the low level architectures

References & Resources