=== ============ ===
=== Ldy – Load Y ===
=== ============ ===

Format
101.bbb.00

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

Addressing Modes
┌─────────┬────────────┬──────────┬─────────────┬─────┬─────┬────────────────┬────────────────┐
│ Imm     │ 101.000.00 │ a0 ab    │ Ldy #ab     │ bbb │ #2  │ 1010.0000 = a0 │ 0000.0000 = 00 │
│ Zpg     │ 101.001.00 │ a4 ab    │ Ldy   ab    │ bbb │ #3  │ 1010.0000 = a0 │ 0000.0100 = 04 │
│ Abs     │ 101.011.00 │ ac cd ab │ Ldy abcd    │ bbb │ #4  │ 1010.0000 = a0 │ 0000.1100 = 0c │
│ Zpg,x   │ 101.101.00 │ b4 ab    │ Ldy   ab,x  │ bbb │ #4  │ 1010.0000 = a0 │ 0001.0100 = 14 │
│ Abs,x   │ 101.111.00 │ bc cd ab │ Ldy abcd,x  │ bbb │ #4* │ 1010.0000 = a0 │ 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