Package CPU.instructions.JMP


package CPU.instructions.JMP
Emulation of the JMP instruction(s). JMP is made to address anded with cutoff.
  • Classes
    Class
    Description
    The JMP instruction where source is (An).
    The JMP instruction where source is d16(An).
    The JMP instruction where source is d8(An,Xn) Based on code by Tony Headford, see his licence in accompanying file.
    The JMP instruction where source is .W absolute Based on code by Tony Headford, see his licence in accompanying file.
    The JMP instruction where source is .L absolute Based on code by Tony Headford, see his licence in accompanying file.
    The JMP instruction where source is d16(PC) absolute.
    The JMP instruction where source is d8(PC,Xn).