=== ============================= ===
=== Beq – Branch on equal to zero ===
=== ============================= ===

Format
111.100.00

Description
Test the zero flag. If Z=1, branch to the current address plus the signed displacement. If Z=0, take n
action. The displacement is added to the address of the first instruction following the Beq.

Addressing Modes
┌─────────┬────────────┬──────────┬─────────────┬─────┬─────┬────────────────┬────────────────┐
│ Rel     │ 111.100.00 │ f0 ef    │ Beq abcd    │ --- │ #2* │ 1110.0000 = e0 │ 0001.0000 = 10 │
└─────────┴────────────┴──────────┴─────────────┴─────┴─────┴────────────────┴────────────────┘

Flags
NV-BDIZC
  -   ? 

Fehlerhinweise, Kommentare und Anregungen sind mir herzlich willkommen.

Letzte Aktualisierung: 2017-02-23