dcpu16-emulator v0.2.0 (2014-06-26T15:05:24Z)
Dub
Repo
Transition
emulator
dcpu
memoryanalyzer
Undocumented in source.
struct
Transition {
ushort
from
;
Label
*
target
;
TransitionType
type
;
bool
conditional
;
MemoryBlock
*
fromBlock
;
MemoryBlock
*
toBlock
;
size_t
index
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
conditional
bool
conditional
;
Undocumented in source.
from
ushort
from
;
Undocumented in source.
fromBlock
MemoryBlock
*
fromBlock
;
Undocumented in source.
index
size_t
index
;
Undocumented in source.
target
Label
*
target
;
Undocumented in source.
toBlock
MemoryBlock
*
toBlock
;
Undocumented in source.
type
TransitionType
type
;
Undocumented in source.
Meta
Source
See Implementation
emulator
dcpu
memoryanalyzer
classes
MemoryAnalyzer
enums
BlockType
LabelType
TransitionType
structs
Label
MemoryBlock
MemoryMap
Transition