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

Represents a list of labels. More...

#include <symbol.h>

Data Fields

C8_Labell
 Pointer to first label.
 
int len
 Length of the list.
 
int ceil
 Maximum length of the list.
 

Detailed Description

Represents a list of labels.

Field Documentation

◆ ceil

int ceil

Maximum length of the list.

◆ l

Pointer to first label.

◆ len

int len

Length of the list.


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