|
libc8
CHIP-8 utility library
|
Represents a symbol with a type, value, and line number. More...
#include <symbol.h>
Data Fields | |
| C8_SymbolIdentifier | type |
| Symbol type. | |
| uint16_t | value |
| Symbol value. | |
| int | ln |
| Line number. | |
Represents a symbol with a type, value, and line number.
| int ln |
Line number.
| C8_SymbolIdentifier type |
Symbol type.
| uint16_t value |
Symbol value.