libc8
CHIP-8 utility library
label_t Struct Reference

Represents a label. More...

#include <symbol.h>

Data Fields

char identifier [LABEL_IDENTIFIER_SIZE]
 
int byte
 

Detailed Description

Represents a label.

Represents a label with an identifier and byte value

Parameters
identifierstring identifier
bytelocation of the label

Field Documentation

◆ byte

int byte

◆ identifier

char identifier[LABEL_IDENTIFIER_SIZE]

The documentation for this struct was generated from the following file: