Class BTST_Dn

java.lang.Object
CPU.instructions.BTST.BTST_Dn
All Implemented Interfaces:
InstructionSet

public class BTST_Dn extends Object implements InstructionSet
The BTST instruction where data to be tested is in Dn (dynamic and static). 0123456789abcdef 0000ddd100mmmrrr = 0x0100 for dynamic mode 00001000000mmmrrr = 0x0800 for static mode ddd = source register mmm = mode 010 rrr = dest. register
  • Constructor Details

    • BTST_Dn

      public BTST_Dn()
  • Method Details