=== ===================== === === Jmp – Jump to address === === ===================== === Format 01b.011.00 Description A new address is loaded in the programm counter, causing a jump to occur in the program sequence. The address specification may be absolute or indirect. Addressing Modes ┌─────────┬────────────┬──────────┬─────────────┬─────┬─────┬────────────────┬────────────────┐ │ Abs │ 01b.011.00 │ 4c cd ab │ Jmp abcd │ --0 │ #3 │ 0100.0000 = 40 │ 0000.1100 = 0c │ │ Ind │ 01b.011.00 │ 6c cd ab │ Jmp (abcd) │ --1 │ #5 │ 0110.0000 = 60 │ 0000.1100 = 0c │ │ *Iax* │ 01b.111.00 │ 7C cd ab │ Jmp (abcd,x)│ --- │ #5 │ 0110.0000 = 60 │ 0001.1100 = 1c │ └─────────┴────────────┴──────────┴─────────────┴─────┴─────┴────────────────┴────────────────┘ Flags: NV-BDIZC -
Fehlerhinweise, Kommentare und Anregungen sind mir herzlich willkommen.
Letzte Aktualisierung: 2017-02-23