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