mirror of
https://github.com/ArthurFerreira2/reinette.git
synced 2024-12-22 01:29:19 +00:00
Update reinette.c
This commit is contained in:
parent
5dd0724898
commit
b0ce503feb
@ -484,6 +484,9 @@ static void UND(){ // UNDefined (not a valid or supported 6502 opcode)
|
||||
BRK();
|
||||
}
|
||||
|
||||
|
||||
// JUMP TABLES
|
||||
|
||||
static void (*instruction[])(void) = {
|
||||
BRK, ORA, UND, UND, UND, ORA, ASL, UND, PHP, ORA, ASL, UND, UND, ORA, ASL, UND,
|
||||
BPL, ORA, UND, UND, UND, ORA, ASL, UND, CLC, ORA, UND, UND, UND, ORA, ASL, UND,
|
||||
|
Loading…
Reference in New Issue
Block a user