Uses of Enum Class
CPU.Size
Packages that use Size
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.
-
Uses of Size in CPU
Modifier and TypeMethodDescriptionstatic Size
Returns the enum constant of this class with the specified name.static Size[]
Size.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionMC68000Cpu.disassembleDstEA
(int address, int mode, int reg, Size sz) protected DisassembledOperand
MC68000Cpu.disassembleEA
(int address, int mode, int reg, Size sz, boolean is_src) MC68000Cpu.disassembleSrcEA
(int address, int mode, int reg, Size sz) -
Uses of Size in CPU.instructions
Methods in CPU.instructions with parameters of type SizeModifier and TypeMethodDescriptionprotected final DisassembledInstruction
ADDI.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) Disassemble the instruction.protected final DisassembledInstruction
ADDXmem.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) Disassemble the instruction.protected final DisassembledInstruction
ADDXreg.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) Disassemble the instruction.protected final DisassembledInstruction
ANDI.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) Disassemble the instruction.protected final DisassembledInstruction
EORI.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEPm2r.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEPr2m.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
NEG.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
NEGX.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
NOT.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
ORI.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
SUBI.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
SUBXmem.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
SUBXreg.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) -
Uses of Size in CPU.instructions.ADD2Dn
Methods in CPU.instructions.ADD2Dn with parameters of type SizeModifier and TypeMethodDescriptionprotected final DisassembledInstruction
ADD_An.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) Disassemble the instruction.protected final DisassembledInstruction
ADD_AnContent.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) Disassemble the instruction.protected final DisassembledInstruction
ADD_AnPlus.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) Disassemble the instruction.protected final DisassembledInstruction
ADD_d16An.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) Disassemble the instruction.protected final DisassembledInstruction
ADD_d16PC.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) Disassemble the instruction.protected final DisassembledInstruction
ADD_d8AnXn.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) Disassemble the instruction.protected final DisassembledInstruction
ADD_d8PCXn.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) Disassemble the instruction.protected final DisassembledInstruction
ADD_Dn.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) Disassemble the instruction.protected final DisassembledInstruction
ADD_I.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) Disassemble the instruction.protected final DisassembledInstruction
ADD_L.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) Disassemble the instruction.protected final DisassembledInstruction
ADD_MinusAn.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) Disassemble the instruction.protected final DisassembledInstruction
ADD_W.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) Disassemble the instruction. -
Uses of Size in CPU.instructions.ADD2EA
Methods in CPU.instructions.ADD2EA with parameters of type SizeModifier and TypeMethodDescriptionprotected final DisassembledInstruction
ADD_AnContent.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) Disassemble the instruction.protected final DisassembledInstruction
ADD_AnPlus.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) Disassemble the instruction.protected final DisassembledInstruction
ADD_d16An.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) Disassemble the instruction.protected final DisassembledInstruction
ADD_d8AnXn.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) Disassemble the instruction.protected final DisassembledInstruction
ADD_L.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) Disassemble the instruction.protected final DisassembledInstruction
ADD_MinusAn.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) Disassemble the instruction.protected final DisassembledInstruction
ADD_W.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) Disassemble the instruction. -
Uses of Size in CPU.instructions.ADDQ
Methods in CPU.instructions.ADDQ with parameters of type SizeModifier and TypeMethodDescriptionprotected final DisassembledInstruction
ADDQ_An.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
ADDQ_AnPlus.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
ADDQ_AnPtr.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
ADDQ_d16An.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
ADDQ_d8AnXn.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
ADDQ_Dn.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
ADDQ_L.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
ADDQ_MinusAn.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
ADDQ_W.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) -
Uses of Size in CPU.instructions.ASL
Methods in CPU.instructions.ASL with parameters of type SizeModifier and TypeMethodDescriptionprotected final DisassembledInstruction
ASLimm.disassembleOp
(int address, int opcode, Size sz) Disassemble the instruction. -
Uses of Size in CPU.instructions.ASR
Methods in CPU.instructions.ASR with parameters of type SizeModifier and TypeMethodDescriptionprotected final DisassembledInstruction
ASRimm.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) Disassemble the instruction.protected final DisassembledInstruction
ASRreg.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) Disassemble the instruction. -
Uses of Size in CPU.instructions.BTST
Methods in CPU.instructions.BTST with parameters of type SizeModifier and TypeMethodDescriptionprotected final DisassembledInstruction
BTST_AnContent.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
BTST_AnPlus.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
BTST_d16An.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
BTST_d16PC.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
BTST_d8AnXn.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
BTST_d8PCXn.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
BTST_Dn.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
BTST_L.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
BTST_MinusAn.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
BTST_W.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) -
Uses of Size in CPU.instructions.CLR
Methods in CPU.instructions.CLR with parameters of type SizeModifier and TypeMethodDescriptionprotected final DisassembledInstruction
CLR_AnContent.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
CLR_AnPlus.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
CLR_d16An.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
CLR_d8AnXn.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
CLR_Dn.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
CLR_L.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
CLR_MinusAn.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
CLR_W.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) -
Uses of Size in CPU.instructions.CMP
Methods in CPU.instructions.CMP with parameters of type SizeModifier and TypeMethodDescriptionprotected final DisassembledInstruction
CMP_An.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) protected final DisassembledInstruction
CMP_AnContent.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) protected final DisassembledInstruction
CMP_AnPlus.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) protected final DisassembledInstruction
CMP_d16An.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) protected final DisassembledInstruction
CMP_d16PC.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) protected final DisassembledInstruction
CMP_d8AnXn.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) protected final DisassembledInstruction
CMP_d8PCXn.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) protected final DisassembledInstruction
CMP_Dn.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) protected final DisassembledInstruction
CMP_I.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) protected final DisassembledInstruction
CMP_L.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) protected final DisassembledInstruction
CMP_MinusAn.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) protected final DisassembledInstruction
CMP_W.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) protected final DisassembledInstruction
CMPM.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) -
Uses of Size in CPU.instructions.CMPI
Methods in CPU.instructions.CMPI with parameters of type SizeModifier and TypeMethodDescriptionprotected final DisassembledInstruction
CMPI_AnContent.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
CMPI_AnPlus.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
CMPI_d16An.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
CMPI_d8AnXn.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
CMPI_Dn.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
CMPI_L.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
CMPI_MinusAn.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
CMPI_W.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) -
Uses of Size in CPU.instructions.JMP
Methods in CPU.instructions.JMP with parameters of type SizeModifier and TypeMethodDescriptionprotected final DisassembledInstruction
JMP1.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
JMP2.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
JMP3.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
JMP4.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
JMP5.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
JMP6.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
JMP7.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) -
Uses of Size in CPU.instructions.JSR
Methods in CPU.instructions.JSR with parameters of type SizeModifier and TypeMethodDescriptionprotected final DisassembledInstruction
JSR1.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
JSR2.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
JSR3.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
JSR4.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
JSR5.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
JSR6.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
JSR7.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) -
Uses of Size in CPU.instructions.LSL
Methods in CPU.instructions.LSL with parameters of type SizeModifier and TypeMethodDescriptionprotected final DisassembledInstruction
LSLimm.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
LSLreg.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) -
Uses of Size in CPU.instructions.LSR
Methods in CPU.instructions.LSR with parameters of type SizeModifier and TypeMethodDescriptionprotected final DisassembledInstruction
LSRimm.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
LSRreg.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) -
Uses of Size in CPU.instructions.MOVE
Methods in CPU.instructions.MOVE with parameters of type SizeModifier and TypeMethodDescriptionprotected final DisassembledInstruction
MOVEAn1.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAn2.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAn2bis.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAn3.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAn4.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAn5.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAn6.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAn7.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAn8.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnC1.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnC2.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnC3.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnC4.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnC5.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnC6.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnC7.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnC8.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnD1.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnD2.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnD3.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnD4.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnD5.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnD6.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnD7.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnD8.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnI1.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnI2.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnI3.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnI4.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnI5.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnI6.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnI7.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnI8.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnL1.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnL2.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnL3.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnL4.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnL5.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnL6.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnL7.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnL8.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnM1.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnM2.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnM3.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnM4.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnM5.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnM6.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnM7.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnM8.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnP1.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnP2.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnP3.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnP4.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnP5.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnP6.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnP7.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnP8.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnT1.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnT2.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnT3.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnT4.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnT5.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnT6.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnT7.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnT8.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnW1.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnW2.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnW3.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnW4.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnW5.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnW6.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnW7.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnW8.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnX1.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnX2.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnX3.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnX4.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnX5.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnX6.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnX7.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnX8.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnY1.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnY2.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnY3.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnY4.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnY5.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnY6.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnY7.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEAnY8.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEDn1.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEDn2.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEDn3.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEDn4.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEDn5.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEDn6.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEDn7.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEDn8.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) -
Uses of Size in CPU.instructions.MOVEA
Methods in CPU.instructions.MOVEA with parameters of type SizeModifier and TypeMethodDescriptionprotected final DisassembledInstruction
MOVEA1.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEA10.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEA11.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) Word sized move from d16(Pc) to ANprotected final DisassembledInstruction
MOVEA12.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEA2.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEA3.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEA4.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEA5.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEA6.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEA7.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEA8.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
MOVEA9.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) -
Uses of Size in CPU.instructions.MOVEM
Methods in CPU.instructions.MOVEM with parameters of type SizeModifier and TypeMethodDescriptionfinal DisassembledInstruction
MOVEM2Mem1.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) final DisassembledInstruction
MOVEM2Mem2.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) final DisassembledInstruction
MOVEM2Mem3.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) final DisassembledInstruction
MOVEM2Mem4.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) final DisassembledInstruction
MOVEM2Mem5.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) final DisassembledInstruction
MOVEM2Mem6.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) final DisassembledInstruction
MOVEM2Mem8.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) final DisassembledInstruction
MOVEM2Reg1.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) final DisassembledInstruction
MOVEM2Reg2.disassembleOp
(int address, int opcode, Size sz, boolean reg_to_mem, MC68000Cpu cpu) final DisassembledInstruction
MOVEM2Reg3.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) final DisassembledInstruction
MOVEM2Reg4.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) final DisassembledInstruction
MOVEM2Reg5.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) final DisassembledInstruction
MOVEM2Reg6.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) final DisassembledInstruction
MOVEM2Reg7.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) final DisassembledInstruction
MOVEM2Reg8.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) -
Uses of Size in CPU.instructions.ROL
Methods in CPU.instructions.ROL with parameters of type SizeModifier and TypeMethodDescriptionprotected final DisassembledInstruction
ROLimm.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
ROLmem.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
ROLreg.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) -
Uses of Size in CPU.instructions.ROR
Methods in CPU.instructions.ROR with parameters of type SizeModifier and TypeMethodDescriptionprotected final DisassembledInstruction
RORimm.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
RORmem.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
RORreg.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) -
Uses of Size in CPU.instructions.ROX
Methods in CPU.instructions.ROX with parameters of type SizeModifier and TypeMethodDescriptionprotected final DisassembledInstruction
ROXLimm.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
ROXLmem.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
ROXLreg.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
ROXRimm.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
ROXRmem.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
ROXRreg.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) -
Uses of Size in CPU.instructions.SUB2Dn
Methods in CPU.instructions.SUB2Dn with parameters of type SizeModifier and TypeMethodDescriptionprotected final DisassembledInstruction
SUB_An.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) protected final DisassembledInstruction
SUB_AnContent.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) protected final DisassembledInstruction
SUB_AnPlus.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) protected final DisassembledInstruction
SUB_d16An.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) protected final DisassembledInstruction
SUB_d16PC.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) protected final DisassembledInstruction
SUB_d8AnXn.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) protected final DisassembledInstruction
SUB_d8PCXn.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) protected final DisassembledInstruction
SUB_Dn.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) protected final DisassembledInstruction
SUB_I.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) protected final DisassembledInstruction
SUB_L.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) protected final DisassembledInstruction
SUB_MinusAn.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) protected final DisassembledInstruction
SUB_W.disassembleOp
(int address, int opcode, Size sz, String reg, MC68000Cpu cpu) -
Uses of Size in CPU.instructions.SUB2EA
Methods in CPU.instructions.SUB2EA with parameters of type SizeModifier and TypeMethodDescriptionprotected final DisassembledInstruction
SUB_AnContent.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
SUB_AnPlus.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
SUB_d16An.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
SUB_d8AnXn.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
SUB_L.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
SUB_MinusAn.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
SUB_W.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) -
Uses of Size in CPU.instructions.SUBQ
Methods in CPU.instructions.SUBQ with parameters of type SizeModifier and TypeMethodDescriptionprotected final DisassembledInstruction
SUBQ_An.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
SUBQ_AnPlus.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
SUBQ_AnPtr.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
SUBQ_d16An.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
SUBQ_d8AnXn.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
SUBQ_Dn.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
SUBQ_L.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
SUBQ_MinusAn.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
SUBQ_W.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) -
Uses of Size in CPU.instructions.TST
Methods in CPU.instructions.TST with parameters of type SizeModifier and TypeMethodDescriptionprotected final DisassembledInstruction
TST_An.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
TST_AnContent.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
TST_AnPlus.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
TST_d16An.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
TST_d8AnXn.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
TST_Dn.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
TST_imm.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
TST_L.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
TST_MinusAn.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu) protected final DisassembledInstruction
TST_W.disassembleOp
(int address, int opcode, Size sz, MC68000Cpu cpu)