Class EXG

java.lang.Object
CPU.instructions.EXG
All Implemented Interfaces:
InstructionSet

public class EXG extends Object implements InstructionSet
The EXG instruction in all of its variants. 1100ddd1ooooosss =0xc100 where ddd = dest reg rrr = src reg ooooo = opmode 01000 = exchange data regs 01001 = exchange addr regs 10001 = xchange addr and data regs, the data reg is the dest reg
  • Constructor Details

    • EXG

      public EXG()
  • Method Details