Closed sifferman closed 3 years ago
Is there a way to trigger IRQs? Is it possible for the PC to jump to the IRQ vector at $fffe?
$fffe
If not, is there a way to simulate an IRQ? I can manually
.registers
.fill
.goto
But is there an easy way to do this autonomously? I'd like to use py65 to run tests on my 6502 programs via GitHub Actions.
Oh, nevermind. I just noticed Added irq() and nmi() to the MPU.
Is there a way to trigger IRQs? Is it possible for the PC to jump to the IRQ vector at
$fffe
?If not, is there a way to simulate an IRQ? I can manually
.registers
.fill
.goto
But is there an easy way to do this autonomously? I'd like to use py65 to run tests on my 6502 programs via GitHub Actions.