CPU

Undocumented in source.

Constructors

this
this(Computer c)
Undocumented in source.

Members

Functions

addInterruptOrBurnOut
void addInterruptOrBurnOut(ushort intMsg)
Undocumented in source. Be warned that the author may not have intended to support it.
getCurrInstruction
Instruction getCurrInstruction()
Undocumented in source. Be warned that the author may not have intended to support it.
intQueueDump
string intQueueDump()
Undocumented in source. Be warned that the author may not have intended to support it.
mem
inout(Memory) mem()
Undocumented in source. Be warned that the author may not have intended to support it.
regsToString
string regsToString()
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
setBreakpoint
void setBreakpoint(ushort addr, size_t skipBeforeTriggering)
Undocumented in source. Be warned that the author may not have intended to support it.
stackDump
string stackDump()
Undocumented in source. Be warned that the author may not have intended to support it.
step
ubyte step()

Variables

breakpoints
size_t[ushort] breakpoints;
Undocumented in source.
isBurning
bool isBurning;
Undocumented in source.
regs
Registers regs;
Undocumented in source.

Meta