Determine the opcode, address mode etc for a sequence of tokens representing a single instruction

get_opcode_info(tokens)

Arguments

tokens

A sequence of ASM tokens. This must start with a valid opcode, and not be a `symbol` or an assembler directive like `.text`

Value

single row data.frame containing information about the instruction