You can lookup a single instruction by typing LD in the instruction field, which will show all load instructions. You can also lookup multiple instructions like LD,CMP.
You can also lookup mnemonics like LDX,LDY in the mnemonic field.
To see all instructions click the Show All link.
Show All | Registers | Addressing Modes | Post Bytes | Acknowledgments | Sock's GIME Reference | Sock's CPU Cycle Data Charts
Not case sensitive.
* = 6309 | Immediate | Direct | Indexed | Extended | Inherent | Relative | Register | Memory | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* | Mnemonic | Opcode | Cycles | Length | Opcode | Cycles | Length | Opcode | Cycles | Length | Opcode | Cycles | Length | Opcode | Cycles | Length | Opcode | Cycles | Length | Opcode | Cycles | Length | Opcode | Cycles | Length |
NEGA | 40 | 2/1 | 1 |
E | F | H | I | N | Z | V | C |
- | - | - | - | X | X | X | X |
Negation (Twos-Complement) of Accumulator [r' <- 0 - r]
N The Negative flag is set equal to the new value of the accumulators high-order bit. Z The Zero flag is set if the new value of the accumulator is zero; cleared otherwise. V The Overflow flag is set if the original value was 8016 (8-bit) or 800016 (16-bit); cleared otherwise. C The Carry flag is cleared if the original value was 0; set otherwise.