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

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

Data Fields

Argument type
 
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

Argument type

◆ value

ArgValue value

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