Skip to content

MoazAshraf/Intel-8080-Emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intel 8080 Emulator

Intel 8080 emulator and assembler written in C.

Emulator

Features

  • CPU registers and condition bits
  • 64 KB of memory
  • Implementation of all Intel 8080 instructions

Assembler

Features

  • Support for all Intel 8080 instructions
  • Syntax checking
  • Comments
  • Labels
  • Operation argument expressions
  • Pseudo-instructions
  • Macros

License

Copyright (c) 2020 Moaz Ashraf. This project is licensed under the MIT License. Refer to the LICENSE file.