Package CPU.instructions.BTST


package CPU.instructions.BTST
Emulation of the BTST instruction in all of its variants.
  • Classes
    Class
    Description
    The BTST instruction where data to be tested is in (An) .
    The BTST instruction where data to be tested is in (An)+ .
    The BTST instruction where data to be tested is in d16(An) .
    The BTST instruction where data to be tested is in d16(An) .
    The BTST instruction where data to be tested is in d8(An,Xn) .
    The BTST instruction where data to be tested is in d8(PC,Xn) .
    The BTST instruction where data to be tested is in Dn (dynamic and static).
    The BTST instruction where data to be tested is in .L .
    The BTST instruction where data to be tested is in -(An) .
    The BTST instruction where data to be tested is in .W .