Class InstructionSetSWEET16
- java.lang.Object
-
- io.github.applecommander.disassembler.api.sweet16.InstructionSetSWEET16
-
- All Implemented Interfaces:
InstructionSet
public class InstructionSetSWEET16 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 InstructionSetSWEET16
forSWEET16()
-
-
-
Method Detail
-
forSWEET16
public static InstructionSetSWEET16 forSWEET16()
-
decode
public Instruction decode(Program program)
- Specified by:
decode
in interfaceInstructionSet
-
-