Class CLR_Dn

java.lang.Object
CPU.instructions.CLR.CLR_Dn
All Implemented Interfaces:
InstructionSet

public class CLR_Dn extends Object implements InstructionSet
The CLR instruction where the destination is Dn. 01000010 =0x42 ssmmmrrr where ss = size (00 =byte, 01= word, 10=long) mmm =detination mode rrr= destination reg
  • Constructor Details

    • CLR_Dn

      public CLR_Dn()
  • Method Details