UNPKG

68kcounter

Version:
6 lines (5 loc) 170 B
import { AddressingMode } from "../syntax"; /** * Look up addressing mode of an operand string */ export default function operandMode(operand: string): AddressingMode;