Class InstructionSet6502
- java.lang.Object
-
- io.github.applecommander.disassembler.api.mos6502.InstructionSet6502
-
- All Implemented Interfaces:
InstructionSet
public class InstructionSet6502 extends java.lang.Object implements InstructionSet
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Instruction
decode(Program program)
static InstructionSet6502
for6502()
static InstructionSet6502
for6502withIllegalInstructions()
static InstructionSet6502
for65C02()
boolean
isInvalidInstruction(Opcode6502 opcode, int op)
-
-
-
Method Detail
-
for6502
public static InstructionSet6502 for6502()
-
for6502withIllegalInstructions
public static InstructionSet6502 for6502withIllegalInstructions()
-
for65C02
public static InstructionSet6502 for65C02()
-
decode
public Instruction decode(Program program)
- Specified by:
decode
in interfaceInstructionSet
-
isInvalidInstruction
public boolean isInvalidInstruction(Opcode6502 opcode, int op)
-
-