=== ============ ===
=== Ldx – Load X ===
=== ============ ===

Format
101.bbb.10

Description
The index register X is loaded with the contents of the specified memory location.

Addressing Modes
┌─────────┬────────────┬──────────┬─────────────┬─────┬─────┬────────────────┬────────────────┐
│ Imm     │ 101.000.10 │ a2 ab    │ Ldx #ab     │ bbb │ #2  │ 1010.0010 = A2 │ 0000.0000 = 00 │
│ Zpg     │ 101.001.10 │ a6 ab    │ Ldx   ab    │ bbb │ #3  │ 1010.0010 = A2 │ 0000.0100 = 04 │
│ Abs     │ 101.011.10 │ ae cd ab │ Ldx abcd    │ bbb │ #4  │ 1010.0010 = A2 │ 0000.1100 = 0c │
│ Zpg,y   │ 101.101.10 │ b6 ab    │ Ldx   ad,y  │ bbb │ #4  │ 1010.0010 = A2 │ 0001.0100 = 14 │
│ Abs,y   │ 101.111.10 │ be cd ab │ Ldx abcd,y  │ bbb │ #4* │ 1010.0010 = A2 │ 0001.1100 = 1c │
└─────────┴────────────┴──────────┴─────────────┴─────┴─────┴────────────────┴────────────────┘

Flags
NV-BDIZC
• -   • 

Examples
    NV-BDIZC
$00 0 -   1 
$01 0 -   0 
…
$7f 0 -   0 
$80 1 -   0 
…          
$ff 1 -   0

Fehlerhinweise, Kommentare und Anregungen sind mir herzlich willkommen.

Letzte Aktualisierung: 2017-02-23