8080 icon indicating copy to clipboard operation
8080 copied to clipboard

A complete emulation of the Intel 8080 processor written in C99.

Results 3 8080 issues
Sort by recently updated
recently updated
newest added

This is for issue #5. I replaced all the placeholders in the disassembly table with either `%hhu` for 8-bit immediates or `%hu` for 16-bit immediates. These are formats that `printf`...

We talked about this on Discord, but just plonking it here for posterity. It'd be nice if the disassembly in the debug output was an actual disassembly, ie. that it...

I really appreciate your work. I am using it to build an 8085 emulator of my CP/M project. Two minor issue you may want to look at: 1) A simplified...