Skip to main content
Deno 2 is finally here 🎉️
Learn more
interface RawInstruction
import { type RawInstruction } from "https://deno.land/x/jasm@0.0.1a/arches/x86.raw.ts";

Properties

mnem: string
dst: { a: string; t: string; }
optional
src: { a: string; t: string; }
opcode: number
optional
prefix: number
optional
isTwoByte: boolean
optional
rm0: number