libc8
CHIP-8 utility library
Loading...
Searching...
No Matches
Data Structures
Here are the data structures with brief descriptions:
 Carg_tRepresents an argument for a command with a type and value
 CArgValueStores an argument's value (string or int)
 Cc8_display_t
 Cc8_tRepresents current state of the CHIP-8 interpreter
 Ccmd_tRepresents a command with an ID, argument ID, and associated argument
 Cdisplay_t
 Cinstruction_format_tRepresents a valid instruction format
 Cinstruction_tRepresents an instruction
 Clabel_list_tRepresents a list of labels
 Clabel_tRepresents a label
 Csymbol_list_tRepresents a symbol with a type, value, and line number
 Csymbol_tRepresents a symbol with a type, value, and line number