Skip to content

ddelnano/8080-emulator

Repository files navigation

This is my implementation of emulator101.com

Testing

$ make test

This will use a 8080 binary that will try to test many opcodes. It's not a perfect test but can catch bugs in many of the opcodes.

Running

For now this only runs on OS X, in the future maybe this will work on the web with web assembly or on Linux.

Running on OSX

You can run the project with the osx target.

make osx

You can run the application under lldb if you set the DEBUG variable to true.

DEBUG=true make osx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published