dcpu16-emulator v0.2.0 (2014-06-26T15:05:24Z)
Dub
Repo
InstructionInfo
emulator
dcpu
instruction
Undocumented in source.
struct
InstructionInfo {
bool
isConditional
;
bool
isValid
;
bool
modifiesProgramCounter
;
}
Members
Variables
isConditional
bool
isConditional
;
Undocumented in source.
isValid
bool
isValid
;
Undocumented in source.
modifiesProgramCounter
bool
modifiesProgramCounter
;
Undocumented in source.
Meta
Source
See Implementation
emulator
dcpu
instruction
aliases
LiteralDecoder
MemoryAccessor
functions
decodeOperand
fetchAt
fetchNext
getOperandA
getOperandB
getOperandValue
instructionInfo
isConditionalInstruction
isValidInstruction
litAccess
memAccess
regAccess
static variables
canOperandModifyRegister
isOperandImmediate
isOperandRegister
structs
Instruction
InstructionInfo
OperandAccess
variables
plainLitDecoder