Class CLR_MinusAn

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

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

    • CLR_MinusAn

      public CLR_MinusAn()
  • Method Details