|
ComSquare
|
Struct representing a label. More...
#include <CPUDebug.hpp>
Public Attributes | |
| uint24_t | address |
| The address of this label. More... | |
| std::string | name |
| The name of this label. More... | |
| std::optional< unsigned > | size |
| The size of the definition related to this label. More... | |
Struct representing a label.
| uint24_t ComSquare::Debugger::CPU::Label::address |
The address of this label.
| std::string ComSquare::Debugger::CPU::Label::name |
The name of this label.
| std::optional<unsigned> ComSquare::Debugger::CPU::Label::size |
The size of the definition related to this label.
1.8.17