Changes

Jump to: navigation, search

6502

No change in size, 13:35, 25 January 2022
Registers
** B - Break - Indicates a software interrupt (BRK instruction) has caused a non-maskable interrupt (NMI), rather than a hardware NMI.
** V - Overflow - Set when a math operation overflows (result > 127) or underflows (result < -128) a one-byte signed result
** S N - Negative Sign - set when an operation produces a negative result (bit 7 is set in the result)
== Instruction Set ==

Navigation menu