According to Intel's 8080-8085 Assembly Language Programming guide, the OP Code 20
corresponds to the Read Interrupt Mask (RIM) instruction, and 30
corresponds to the Set Interrupt Mask (SIM) instruction.
However, only the 8085 has the RST5.5, RST6.5, and RST7.5 hardware interrupts. Are the instructions at 0x20
and 0x30
just NOP
on 8080 hardware?