6809/6309 Mnemonic Lookup

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.

Instruction:

Mnemonic:

* = 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
* LDF 11C6 3 3 11D6 5/4 3 11E6 5+ 3+ 11F6 6/5 4

 E   F   H   I   N   Z   V   C 
- - - - X X 0 -
"-" = unaffected, "X" = modified, "1" = set, "0" = cleared, "?" = undefined

Description:

Load Data into 8-Bit Accumulator [r' <- IMM8|(M)]

Documenation

These instructions load either an 8-bit immediate value or the contents of a memory byte into one of the 8-bit accumulators (A,B,E,F). The Condition Codes are affected as follows:

See Also: LD (16-bit), LDQ

6
8
8
7