Package be.lmenten.avr.core.instruction
Class InstructionSetDebug
java.lang.Object
be.lmenten.avr.core.instruction.InstructionSetDebug
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidDump instruction set (as ordered by declaration).static voidDump instruction set (as ordered by declaration).static voiddumpDeclarationOrdered(String file)Dump instruction set (as ordered by declaration).static voidDump instruction set (as ordered for the disassembler).static voidDump instruction set (as ordered for the disassembler).static voiddumpDisassemblerOrdered(String file)Dump instruction set (as ordered for the disassembler).static voidfullTest()Generate all possible instructions (opcode 0x0000 -> 0xFFFF).static voidfullTest(PrintStream out)Generate all possible instructions (opcode 0x0000 -> 0xFFFF).static voidGenerate all possible instructions (opcode 0x0000 -> 0xFFFF).
-
Constructor Details
-
InstructionSetDebug
public InstructionSetDebug()
-
-
Method Details
-
dumpDeclarationOrdered
Dump instruction set (as ordered by declaration).- Parameters:
out-
-
dumpDeclarationOrdered
Dump instruction set (as ordered by declaration).- Parameters:
file-
-
dumpDeclarationOrdered
public static void dumpDeclarationOrdered()Dump instruction set (as ordered by declaration). -
dumpDisassemblerOrdered
Dump instruction set (as ordered for the disassembler).- Parameters:
out-
-
dumpDisassemblerOrdered
Dump instruction set (as ordered for the disassembler).- Parameters:
file-
-
dumpDisassemblerOrdered
public static void dumpDisassemblerOrdered()Dump instruction set (as ordered for the disassembler). -
fullTest
Generate all possible instructions (opcode 0x0000 -> 0xFFFF).- Parameters:
out-
-
fullTest
Generate all possible instructions (opcode 0x0000 -> 0xFFFF).- Parameters:
file-
-
fullTest
public static void fullTest()Generate all possible instructions (opcode 0x0000 -> 0xFFFF).
-