An emulator for an Intel 8080 CPU. Written with reference to emulator101's opcode list.
- Video display
- Register and flag display
- Full memory explorer with address search
- Performance will be reduced with the memory explorer opened.
- Some opcodes are not implemented. Most should work but not all are tested.
- The Javascript is written using modules so the code will need to be run with on web server.