Class InstructionSet6502
java.lang.Object
io.github.applecommander.disassembler.api.mos6502.InstructionSet6502
- All Implemented Interfaces:
InstructionSet
-
Method Summary
Modifier and TypeMethodDescriptionstatic InstructionSet6502
for6502()
static InstructionSet6502
static InstructionSet6502
for65C02()
boolean
isInvalidInstruction
(Opcode6502 opcode, int op)
-
Method Details
-
for6502
-
for6502withIllegalInstructions
-
for65C02
-
decode
- Specified by:
decode
in interfaceInstructionSet
-
isInvalidInstruction
-