Uses of Class
CPU.DisassembledInstruction

Packages that use DisassembledInstruction
Package
Description
 
Some emulated 68000 instructions.
ADD and ADDA instructions where the destination is a register.
ADD instructions where the destination is an EA operand.
The ADDQ instruction in all of its variants.
The ASL istructions.
The ASR istructions.
Emulation of the BTST instruction in all of its variants.
Emulations of the CLR instructions.
These are what I hope to be slightly faster emulations of the CMP and CMPA instructions.
Emulations of the CMPI instruction variants.
Emulation of the JMP instruction(s).
The JSR instruction in all its variants.
The emulated LSL instructions.
The emulated LSR instructions.
These are replacement MOVE instructions for SMSQmulator.
These are replacement MOVEA instructions for SMSQmulator.
These are replacement MOVEM instructions for SMSQmulator.
All of the emulated ROL instructions.
All of the emulated ROR instructions.
All of the emulated ROXL and ROXR instructions.
SUB and SUBA instructions where the destination is a register.
SUB instructions where the destination is an EA operand.
Emulation of the SUBQ instruction in all of its variants.
These are replacement TST instructions for SMSQmulator.