CLI behaviour

Programming the 6502 microprocessor and its relatives in assembly and other languages.
Post Reply
petej
Posts: 7
Joined: 18 Oct 2004

CLI behaviour

Post by petej »

I'd appreciate your combined experiences on the following:

Code: Select all

CLI
LDX #$00
INX
Assume that interrupts are disabled and the IRQ\ line has gone low before the CLI op-code. I'm trying to figure out if the LDX op-code gets performed before the IRQ interrupt service routine gets called. My experiments show that it does.
Post Reply