Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct {
// copy of the CPU execution. must not be updated except through
// updateExecutionEntry() function.
//
// not that the the Final field of execution.Result may be false is the
// emulation is stopped mid-execution.
Result execution.Result
// string representations of information in execution.Result
// entry.GetField() will apply white spacing padding suitable for columnation
Bytecode string
Address string
Operator string
Operand string
}
func FormatResult ¶
FormatResult creates an Entry for supplied result/bank. It will be assigned the specified EntryLevel.
If EntryLevel is EntryLevelExecuted then the disassembly will be updated but only if result.Final is true.
Click to show internal directories.
Click to hide internal directories.