dcpu16-emulator ~master (2022-05-10T05:52:33.9279517)
Dub
Repo
MemoryMap
emulator
dcpu
memoryanalyzer
Undocumented in source.
struct
MemoryMap {
Transition
*[]
transitions
;
Label
*[]
labels
;
MemoryBlock
*[]
blocks
;
}
Members
Variables
blocks
MemoryBlock
*[]
blocks
;
Undocumented in source.
labels
Label
*[]
labels
;
Undocumented in source.
transitions
Transition
*[]
transitions
;
Undocumented in source.
Meta
Source
See Implementation
emulator
dcpu
memoryanalyzer
classes
MemoryAnalyzer
enums
BlockType
LabelType
TransitionType
structs
Label
MemoryBlock
MemoryMap
Transition