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

Represents an argument for a command with a type and value. More...

#include <debug.h>

Data Fields

C8_ArgIdentifier type
 
C8_ArgValue value
 

Detailed Description

Represents an argument for a command with a type and value.

This structure is used to encapsulate an argument's type and its value. It can represent different types of arguments such as registers, memory addresses, or file paths, depending on the command being executed.

Parameters
typeArgument type
valueArgument value

Field Documentation

◆ type

◆ value

C8_ArgValue value

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