=== ========================= ===
=== Bcs – Branch on carry set ===
=== ========================= ===

Format:
101.100.00

Description
Test the carry flag. If C=1, branch to the current address plus the signed displacement. If C=0, take
no action. The displacement is added to the address of the first instruction following the Bcs.

Addressing Modes
┌─────────┬────────────┬──────────┬─────────────┬─────┬─────┬────────────────┬────────────────┐
│ Rel     │ 101.100.00 │ b0 ef    │ Bcs abcd    │ --- │ #2* │ 1010.0000 = a0 │ 0001.0000 = 10 │
└─────────┴────────────┴──────────┴─────────────┴─────┴─────┴────────────────┴────────────────┘

Flags
NV-BDIZC
  -    ?

Fehlerhinweise, Kommentare und Anregungen sind mir herzlich willkommen.

Letzte Aktualisierung: 2017-02-23