=== ================== ===
=== Ora – Inclusive OR ===
=== ================== ===

Format
000.bbb.01

Description
Performs the logical OR of the accumulator and the specified data. The result is stored in A. May be
used to force a "1" at selected bit locations.

Addressing Modes
┌─────────┬────────────┬──────────┬─────────────┬─────┬─────┬────────────────┬────────────────┐
│ Imm     │ 000.010.01 │ 09 ab    │ Ora  #ab    │ bbb │ #2  │ 0000.0001 = 01 │ 0000.1000 = 08 │
│ Zpg     │ 000.001.01 │ 05 ab    │ Ora   ab    │ bbb │ #3  │ 0000.0001 = 01 │ 0000.0100 = 04 │
│ Abs     │ 000.011.01 │ 0d cd ab │ Ora abcd    │ bbb │ #4  │ 0000.0001 = 01 │ 0000.1100 = 0c │
│ Zpg,x   │ 000.101.01 │ 15 ab    │ Ora   ab,x  │ bbb │ #4  │ 0000.0001 = 01 │ 0001.0100 = 14 │
│ Abs,x   │ 000.111.01 │ 1d cd ab │ Ora abcd,x  │ bbb │ #4* │ 0000.0001 = 01 │ 0001.1100 = 1c │
│ Abs,y   │ 000.110.01 │ 19 cd ab │ Ora abcd,y  │ bbb │ #4* │ 0000.0001 = 01 │ 0001.1000 = 18 │
│ *Idz*   │ 000.100.10 │ 12 ab    │ Ora  (ab)   │ --- │ #5  │ 0000.0010 = 02 │ 0001.0000 = 10 │
│ (Zpg,x) │ 000.000.01 │ 01 ab    │ Ora  (ab,x) │ bbb │ #6  │ 0000.0001 = 01 │ 0000.0000 = 00 │
│ (Zpg),y │ 000.100.01 │ 11 ab    │ Ora  (ab),y │ bbb │ #5* │ 0000.0001 = 01 │ 0001.0000 = 10 │
└─────────┴────────────┴──────────┴─────────────┴─────┴─────┴────────────────┴────────────────┘

Truth Table
    ┌───┬───┐
    │ 0 │ 1 │
┌───┼───┼───┤
│ 0 │ 0 │ 1 │
│ 1 │ 1 │ 1 │
└───┴───┴───┘

Flags
NV-BDIZC
• -   • 

Fehlerhinweise, Kommentare und Anregungen sind mir herzlich willkommen.

Letzte Aktualisierung: 2017-02-23