kr580 1.1.0

Desktop KR580VM80 / Intel 8080 emulator.
Documentation
1
2
3
4
5
6
7
8
9
10
11
**NOP (00h)**
Changes no processor state except PC and the timing counter.

**HLT (76h)**
Stops execution. Continue after an accepted interrupt, processor reset, or the manual Clear HLT action. Run and step actions show a halt notice while HLT remains active.

**DI (F3h)**
Disables interrupts immediately and cancels a pending enable.

**EI (FBh)**
Enables interrupts after the next instruction boundary. A request received while interrupts are disabled remains pending until accepted.