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