argument parsing

This commit is contained in:
2025-01-20 22:42:32 +05:00
parent dbe8569a3b
commit facacc90f8
12 changed files with 153 additions and 324 deletions

View File

@@ -33,4 +33,4 @@ typedef struct Instruction {
/// @brief get instruction info from table
/// @param opcode any byte
/// @return ptr to struct or NULL
const Instruction* NULLABLE(Instruction_getFromOpcode)(Opcode opcode);
const Instruction* NULLABLE(Instruction_getByOpcode)(Opcode opcode);