=== ============= ===
=== Sta – Store A ===
=== ============= ===

Format
100.bbb.01

Description
The contents of the accumulator are copied into the specified memory location. A is left unchanged.

Addressing Modes
┌─────────┬────────────┬──────────┬─────────────┬─────┬─────┬────────────────┬────────────────┐
│ Zpg     │ 100.001.01 │ 85 ab    │ Sta   ab    │ bbb │ #3  │ 1000.0001 = 81 │ 0000.0100 = 04 │
│ Abs     │ 100.011.01 │ 8d cd ab │ Sta aacd    │ bbb │ #4  │ 1000.0001 = 81 │ 0000.1100 = 0c │
│ Zpg,x   │ 100.101.01 │ 95 ab    │ Sta   ab,x  │ bbb │ #4  │ 1000.0001 = 81 │ 0001.0100 = 14 │
│ Abs,x   │ 100.111.01 │ 9d cd ab │ Sts abcd,x  │ bbb │ #4* │ 1000.0001 = 81 │ 0001.1100 = 1c │
│ Abs,y   │ 100.110.01 │ 99 cd ab │ Sts abcd,y  │ bbb │ #4* │ 1000.0001 = 81 │ 0001.1000 = 18 │
│ *Idz*   │ 100.100.10 │ 92 ab    │ Sta  (ab)   │ --- │ #5? │ 1000.0010 = 82 │ 0001.0000 = 10 │
│ (Zpg,x) │ 100.000.01 │ 81 ab    │ Sta  (ab,x) │ bbb │ #6  │ 1000.0001 = 81 │ 0000.0000 = 00 │
│ (Zpg),y │ 100.100.01 │ 91 ab    │ Sta  (ab),y │ bbb │ #5* │ 1000.0001 = 81 │ 0001.0000 = 10 │
└─────────┴────────────┴──────────┴─────────────┴─────┴─────┴────────────────┴────────────────┘

Flags
NV-BDIZC
  -     

Fehlerhinweise, Kommentare und Anregungen sind mir herzlich willkommen.

Letzte Aktualisierung: 2017-02-23