|
libc8
CHIP-8 utility library
|
Represents a label. More...
#include <symbol.h>
Data Fields | |
| char | identifier [20] |
| String identifier. | |
| int | byte |
| Byte location. | |
Represents a label.
Represents a label with an identifier and byte value.
| int byte |
Byte location.
| char identifier[20] |
String identifier.