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

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

#include <symbol.h>

Data Fields

C8_SymbolIdentifier type
 Symbol type.
 
uint16_t value
 Symbol value.
 
int ln
 Line number.
 

Detailed Description

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

Field Documentation

◆ ln

int ln

Line number.

◆ type

Symbol type.

◆ value

uint16_t value

Symbol value.


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