Module parse

Source
Expand description

Functions for parsing an instruction string.

Functionsยง

match_opcode
Match an operation to the correct opcode.
match_register
Match a register number or name to its integer number.
parse_imm
Parse a label or an immediate literal into an integer.