dcpu16-emulator v0.2.0 (2014-06-26T15:05:24Z)
Dub
Repo
MemoryBlock
emulator
dcpu
memoryanalyzer
Undocumented in source.
struct
MemoryBlock {
size_t
position
;
size_t
lastInstr
;
size_t
length
;
Transition
*[]
transitionsIn
;
Transition
*[]
transitionsFrom
;
BlockType
type
;
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
index
size_t
index
;
Undocumented in source.
lastInstr
size_t
lastInstr
;
Undocumented in source.
length
size_t
length
;
Undocumented in source.
position
size_t
position
;
Undocumented in source.
transitionsFrom
Transition
*[]
transitionsFrom
;
Undocumented in source.
transitionsIn
Transition
*[]
transitionsIn
;
Undocumented in source.
type
BlockType
type
;
Undocumented in source.
Meta
Source
See Implementation
emulator
dcpu
memoryanalyzer
classes
MemoryAnalyzer
enums
BlockType
LabelType
TransitionType
structs
Label
MemoryBlock
MemoryMap
Transition