Package be.lmenten.avr.core.instruction
Class InstructionSetDebug
java.lang.Object
be.lmenten.avr.core.instruction.InstructionSetDebug
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Dump instruction set (as ordered by declaration).static void
Dump instruction set (as ordered by declaration).static void
dumpDeclarationOrdered(String file)
Dump instruction set (as ordered by declaration).static void
Dump instruction set (as ordered for the disassembler).static void
Dump instruction set (as ordered for the disassembler).static void
dumpDisassemblerOrdered(String file)
Dump instruction set (as ordered for the disassembler).static void
fullTest()
Generate all possible instructions (opcode 0x0000 -> 0xFFFF).static void
fullTest(PrintStream out)
Generate all possible instructions (opcode 0x0000 -> 0xFFFF).static void
Generate 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).
-