Class SUBQ_An

java.lang.Object
CPU.instructions.SUBQ.SUBQ_An
All Implemented Interfaces:
InstructionSet

public class SUBQ_An extends Object implements InstructionSet
The SUB instruction where destination is An. This affects the entire reg and no condition codes are changed. 0101ddd1ssmmmrrr where ddd= data (0=8) ss= size (00=byte, 01 = word, 10 = long ) mmm = ea mode =001, rrr = ea reg
  • Constructor Details

    • SUBQ_An

      public SUBQ_An()
  • Method Details