Update reinette.c

This commit is contained in:
ArthurFerreira2 2019-03-09 14:34:53 +01:00 committed by GitHub
parent 5dd0724898
commit b0ce503feb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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,