Class InstructionSet6502Switching
- java.lang.Object
-
- io.github.applecommander.disassembler.api.switching6502.InstructionSet6502Switching
-
- All Implemented Interfaces:
InstructionSet
public class InstructionSet6502Switching extends java.lang.Object implements InstructionSet
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InstructionSet6502Switching.Directive
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Instruction
decode(Program program)
static InstructionSet
withSwitching()
-
-
-
Method Detail
-
withSwitching
public static InstructionSet withSwitching()
-
decode
public Instruction decode(Program program)
- Specified by:
decode
in interfaceInstructionSet
-
-