8080js icon indicating copy to clipboard operation
8080js copied to clipboard

Precise JavaScript emulation of Intel 8080 CPU

Results 2 8080js issues
Sort by recently updated
recently updated
newest added

`CPU8080.steps(N)` always executes a full instruction, even when that exceeds the number of machine cycles given. This makes the code unsuitable for emulating systems such as the Altair 8800, where...

hi, reading the documentation for the processor, main reset shouldn't impact generic registers. Only PC, flag and interrupt enable.