libc8
CHIP-8 utility library
Loading...
Searching...
No Matches
C8_Label Struct Reference

Represents a label. More...

#include <symbol.h>

Data Fields

char identifier [20]
 String identifier.
 
int byte
 Byte location.
 

Detailed Description

Represents a label.

Represents a label with an identifier and byte value.

Field Documentation

◆ byte

int byte

Byte location.

◆ identifier

char identifier[20]

String identifier.


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