libc8
CHIP-8 utility library
|
Represents an argument for a command with a type and value. More...
Data Fields | |
Argument | type |
ArgValue | value |
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.
type | Argument type |
value | Argument value |
Argument type |
ArgValue value |