예제 #1
0
 public override i8051Instruction Decode(byte op, i8051Disassembler dasm)
 {
     return(dasm.Decode(opcode, op, fmt));
 }