Class MOVEA11

java.lang.Object
CPU.instructions.MOVEA.MOVEA11
All Implemented Interfaces:
InstructionSet

public class MOVEA11 extends Object implements InstructionSet
  • Constructor Details

    • MOVEA11

      public MOVEA11()
  • Method Details

    • register

      public final void register(MC68000Cpu cpu2)
      Description copied from interface: InstructionSet
      Registers the InstructionSet with the cpu.
      Specified by:
      register in interface InstructionSet
      Parameters:
      cpu2 - the cpu to use.
    • disassembleOp

      protected final DisassembledInstruction disassembleOp(int address, int opcode, Size sz, MC68000Cpu cpu)
      Word sized move from d16(Pc) to AN
      Parameters:
      address - the address of the instruction.
      opcode - its opcode.
      sz - the size.
      cpu - the smsqmulator.cpu.MC68000Cpu used the cpu used.
      Returns:
      the disassembled instruction.