Class BTST_AnPlus

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

public class BTST_AnPlus extends Object implements InstructionSet
The BTST instruction where data to be tested is in (An)+ . 00000ddd100mmmrrr = 0x0118 for dynamic mode 00001000000mmmrrr = 0x0818 for static mode mmm = mode 011 rrr = register
  • Constructor Details

    • BTST_AnPlus

      public BTST_AnPlus()
  • Method Details