Call the IRQ vector this time.

This commit is contained in:
Alessandro Gatti 2019-12-07 00:36:09 +01:00 committed by GitHub
parent 8ce6d9c227
commit 1d82dccbd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,7 +194,8 @@ ADDRI: imm16 is imm16 { tmp:2 = imm16; export *:2 tmp; }
B = 1;
pushSR();
I = 1;
goto 0xFFFE;
local target:2 = 0xFFFE;
goto [*:2 target];
}
:BVC REL is op=0x50; REL