@@ -643,7 +643,11 @@ namespace z80
if (!iff1) return;
exit_from_halt = true;
PUSH(rPC);
rPC = 0x38;
if (im==1) {
} else if (im==2) {
rPC = (rI<<8) | 0xFF;
}
void RST(uint8_t vec)
The note is not visible to the blocked user.