CPU Simulator
    Preparing search index...
    interface InstructionDefinition {
        mnemonic: string;
        opcode: string;
        regexes: [{ name: string; regex: string }];
        type: string;
    }
    Index

    Properties

    mnemonic: string
    opcode: string
    regexes: [{ name: string; regex: string }]
    type: string