Class ASRmem

java.lang.Object
CPU.instructions.ASR.ASRmem
All Implemented Interfaces:
InstructionSet

public class ASRmem extends Object implements InstructionSet
The ASR instruction where data to be shifted is in memory. 1110000011mmmrrr = 0xe0C0 mmm = mode 010 rrr = data register to be shifted ccc = dataregister containing the shift count (modulo 64) ss =size : 00 = byte 01 = word 10 = long
  • Constructor Details

    • ASRmem

      public ASRmem()
  • 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.