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

Represents a symbol with a type, value, and line number. More...

#include <symbol.h>

Data Fields

C8_Symbols
 Pointer to first symbol.
 
int len
 Number of symbols in list.
 
int ceil
 Amount of symbols that can fit in allocated memory.
 

Detailed Description

Represents a symbol with a type, value, and line number.

Field Documentation

◆ ceil

int ceil

Amount of symbols that can fit in allocated memory.

◆ len

int len

Number of symbols in list.

◆ s

Pointer to first symbol.


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