UNPKG

68kcounter

Version:
6 lines (5 loc) 218 B
import { InstructionStatement } from "../parse/nodes"; /** * Get byte size of instruction statement */ export default function instructionSize({ opcode: { op, qualifier }, operands, }: InstructionStatement): number;