momiji
m68k emulator infrastructure
About Source codeTable of contents
momiji::Label
Defined in header <momiji/Parser.h>
struct Label
Vocabulary type to describe a label.
Member fields
| Field | Type | Notes | Default value |
|---|---|---|---|
| string | std::string |
||
| idx | std::int64_t |
Location where the label is located the source code. |
0 |
| nameHash | std::uint32_t |
Hash of the name of the label. |
0 |