コード例 #1
0
 public override TestInstruction Decode(uint wInstr, Disassembler dasm)
 {
     return(dasm.Decode(wInstr, opcode, format));
 }