aadded all instructions to run test rom

This commit is contained in:
Lauchmelder 2021-10-23 18:52:09 +02:00
parent 2596ac2c65
commit 1af2c37b70
3 changed files with 106 additions and 4 deletions

View file

@ -16,9 +16,9 @@ enum Operation
ROR, RTI, RTS, SBC, SEC, SED, SEI, STA,
STX, STY, TAX, TAY, TSX, TXA, TXS, TYA,
ANC, ASR, ARR, DCP, ISC, ISX, JAM, LAS,
LAX, RLA, RRA, SAX, SBX, SLO, SHA, SHS,
SHX, SHY, SRE, XAA
ANC, ASR, ARR, DCP, ISC, JAM, LAS, LAX,
RLA, RRA, SAX, SBX, SLO, SHA, SHS, SHX,
SHY, SRE, XAA
};
enum AddrMode