libc8
CHIP-8 utility library
symbol_t Struct Reference

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

#include <symbol.h>

Data Fields

Symbol type
 
uint16_t value
 
int ln
 

Detailed Description

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

Parameters
typesymbol type
valuesymbol value
lnline number

Field Documentation

◆ ln

int ln

◆ type

Symbol type

◆ value

uint16_t value

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