Skip to content

CelalTEMIZ/8080-Cpu-Emulation-and-Simple-Operating-System

Repository files navigation

8080 Cpu Emulation and Simple Operating System

  • You need to use an assembler to produce the executable machine code for your emulator.

  • Use the simple assembler at , http://sensi.org/~svo/i8080/ or http://asdasd.rpg.fi/~svo/i8080/ which helps a lot in writing the assembly code. You can directly download the executable .com file from this site with some browsers.

  • The project folder contains Makefile to compilation

Compilation and Running

make buildemulator

./emulator.out exe.com debugFlag

About

Run processes on a simulated Intel8080 CPU emulator.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published