Package | Description |
---|---|
smsqmulator.cpu | |
smsqmulator.cpu.instructions |
Some emulated 68000 instructions.
|
smsqmulator.cpu.instructions.ADD2Dn |
ADD and ADDA instructions where the destination is a register.
|
smsqmulator.cpu.instructions.ADD2EA |
ADD instructions where the destination is an EA operand.
|
smsqmulator.cpu.instructions.ADDQ |
The ADDQ instruction in all of its variants.
|
smsqmulator.cpu.instructions.ASL |
The ASL istructions.
|
smsqmulator.cpu.instructions.ASR |
The ASR istructions.
|
smsqmulator.cpu.instructions.BTST |
Emulation of the BTST instruction in all of its variants.
|
smsqmulator.cpu.instructions.CLR |
Emulations of the CLR instructions.
|
smsqmulator.cpu.instructions.CMP |
These are what I hope to be slightly faster emulations of the CMP and CMPA instructions.
|
smsqmulator.cpu.instructions.CMPI |
Emulations of the CMPI instruction variants.
|
smsqmulator.cpu.instructions.JMP |
Emulation of the JMP instruction(s).
|
smsqmulator.cpu.instructions.JSR |
The JSR instruction in all its variants.
|
smsqmulator.cpu.instructions.LSL |
The emulated LSL instructions.
|
smsqmulator.cpu.instructions.LSR |
The emulated LSR instructions.
|
smsqmulator.cpu.instructions.MOVE |
These are replacement MOVE instructions for SMSQmulator.
|
smsqmulator.cpu.instructions.MOVEA |
These are replacement MOVEA instructions for SMSQmulator.
|
smsqmulator.cpu.instructions.MOVEM |
These are replacement MOVEM instructions for SMSQmulator.
|
smsqmulator.cpu.instructions.ROL |
All of the emulated ROL instructions.
|
smsqmulator.cpu.instructions.ROR |
All of the emulated ROR instructions.
|
smsqmulator.cpu.instructions.ROX |
All of the emulated ROXL and ROXR instructions.
|
smsqmulator.cpu.instructions.SUB2Dn |
SUB and SUBA instructions where the destination is a register.
|
smsqmulator.cpu.instructions.SUB2EA |
SUB instructions where the destination is an EA operand.
|
smsqmulator.cpu.instructions.SUBQ |
Emulation of the SUBQ instruction in all of its variants.
|
smsqmulator.cpu.instructions.TST |
These are replacement TST instructions for SMSQmulator.
|
Modifier and Type | Method and Description |
---|---|
DisassembledInstruction |
Instruction.disassemble(int address,
int opcode,
MC68000Cpu cpu) |
Modifier and Type | Method and Description |
---|---|
protected DisassembledInstruction |
EXG.disassembleOp(int address,
int opcode) |
protected DisassembledInstruction |
EXT.disassembleOp(int address,
int opcode) |
protected DisassembledInstruction |
MOVEQ.disassembleOp(int address,
int opcode) |
protected DisassembledInstruction |
BRA.disassembleOp(int address,
int opcode,
MC68000Cpu cpu) |
DisassembledInstruction |
BSR.disassembleOp(int address,
int opcode,
MC68000Cpu cpu) |
protected DisassembledInstruction |
Bcc.disassembleOp(int address,
int opcode,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADDI.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADDXmem.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADDXreg.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ANDI.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
EORI.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEPm2r.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEPr2m.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
NEG.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
NEGX.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
NOT.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ORI.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUBI.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUBXmem.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUBXreg.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
Modifier and Type | Method and Description |
---|---|
protected DisassembledInstruction |
ADD_An.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADD_AnContent.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADD_AnPlus.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADD_Dn.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADD_I.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADD_L.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADD_MinusAn.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADD_W.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADD_d16An.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADD_d16PC.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADD_d8AnXn.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADD_d8PCXn.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
Modifier and Type | Method and Description |
---|---|
protected DisassembledInstruction |
ADD_AnContent.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADD_AnPlus.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADD_L.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADD_MinusAn.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADD_W.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADD_d16An.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADD_d8AnXn.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
Modifier and Type | Method and Description |
---|---|
protected DisassembledInstruction |
ADDQ_An.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADDQ_AnPlus.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADDQ_AnPtr.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADDQ_Dn.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADDQ_L.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADDQ_MinusAn.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADDQ_W.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADDQ_d16An.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ADDQ_d8AnXn.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
Modifier and Type | Method and Description |
---|---|
protected DisassembledInstruction |
ASLimm.disassembleOp(int address,
int opcode,
Size sz) |
Modifier and Type | Method and Description |
---|---|
protected DisassembledInstruction |
ASRimm.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ASRreg.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
Modifier and Type | Method and Description |
---|---|
protected DisassembledInstruction |
BTST_AnContent.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
BTST_AnPlus.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
BTST_Dn.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
BTST_L.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
BTST_MinusAn.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
BTST_W.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
BTST_d16An.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
BTST_d16PC.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
BTST_d8AnXn.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
BTST_d8PCXn.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
Modifier and Type | Method and Description |
---|---|
protected DisassembledInstruction |
CLR_AnContent.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
CLR_AnPlus.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
CLR_Dn.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
CLR_L.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
CLR_MinusAn.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
CLR_W.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
CLR_d16An.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
CLR_d8AnXn.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
Modifier and Type | Method and Description |
---|---|
protected DisassembledInstruction |
CMPM.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
CMP_An.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
CMP_AnContent.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
CMP_AnPlus.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
CMP_Dn.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
CMP_I.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
CMP_L.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
CMP_MinusAn.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
CMP_W.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
CMP_d16An.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
CMP_d16PC.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
CMP_d8AnXn.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
CMP_d8PCXn.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
Modifier and Type | Method and Description |
---|---|
protected DisassembledInstruction |
CMPI_AnContent.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
CMPI_AnPlus.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
CMPI_Dn.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
CMPI_L.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
CMPI_MinusAn.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
CMPI_W.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
CMPI_d16An.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
CMPI_d8AnXn.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
Modifier and Type | Method and Description |
---|---|
protected DisassembledInstruction |
JMP1.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
JMP2.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
JMP3.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
JMP4.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
JMP5.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
JMP6.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
JMP7.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
Modifier and Type | Method and Description |
---|---|
protected DisassembledInstruction |
JSR1.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
JSR2.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
JSR3.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
JSR4.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
JSR5.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
JSR6.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
JSR7.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
Modifier and Type | Method and Description |
---|---|
protected DisassembledInstruction |
LSLimm.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
LSLreg.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
Modifier and Type | Method and Description |
---|---|
protected DisassembledInstruction |
LSRimm.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
LSRreg.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
Modifier and Type | Method and Description |
---|---|
protected DisassembledInstruction |
MOVEAn1.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAn2.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAn2bis.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAn3.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAn4.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAn5.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAn6.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAn7.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAn8.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnC1.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnC2.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnC3.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnC4.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnC5.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnC6.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnC7.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnC8.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnD1.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnD2.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnD3.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnD4.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnD5.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnD6.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnD7.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnD8.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnI1.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnI2.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnI3.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnI4.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnI5.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnI6.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnI7.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnI8.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnL1.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnL2.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnL3.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnL4.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnL5.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnL6.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnL7.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnL8.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnM1.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnM2.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnM3.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnM4.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnM5.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnM6.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnM7.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnM8.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnP1.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnP2.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnP3.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnP4.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnP5.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnP6.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnP7.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnP8.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnT1.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnT2.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnT3.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnT4.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnT5.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnT6.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnT7.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnT8.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnW1.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnW2.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnW3.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnW4.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnW5.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnW6.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnW7.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnW8.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnX1.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnX2.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnX3.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnX4.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnX5.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnX6.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnX7.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnX8.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnY1.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnY2.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnY3.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnY4.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnY5.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnY6.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnY7.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEAnY8.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEDn1.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEDn2.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEDn3.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEDn4.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEDn5.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEDn6.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEDn7.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEDn8.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
Modifier and Type | Method and Description |
---|---|
protected DisassembledInstruction |
MOVEA1.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEA10.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEA11.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu)
Word sized move from d16(Pc) to AN
|
protected DisassembledInstruction |
MOVEA12.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEA2.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEA3.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEA4.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEA5.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEA6.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEA7.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEA8.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
MOVEA9.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
Modifier and Type | Method and Description |
---|---|
DisassembledInstruction |
MOVEM2Reg2.disassembleOp(int address,
int opcode,
Size sz,
boolean reg_to_mem,
MC68000Cpu cpu) |
DisassembledInstruction |
MOVEM2Mem1.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
DisassembledInstruction |
MOVEM2Mem2.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
DisassembledInstruction |
MOVEM2Mem3.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
DisassembledInstruction |
MOVEM2Mem4.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
DisassembledInstruction |
MOVEM2Mem5.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
DisassembledInstruction |
MOVEM2Mem6.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
DisassembledInstruction |
MOVEM2Mem8.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
DisassembledInstruction |
MOVEM2Reg1.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
DisassembledInstruction |
MOVEM2Reg3.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
DisassembledInstruction |
MOVEM2Reg4.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
DisassembledInstruction |
MOVEM2Reg5.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
DisassembledInstruction |
MOVEM2Reg6.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
DisassembledInstruction |
MOVEM2Reg7.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
DisassembledInstruction |
MOVEM2Reg8.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
Modifier and Type | Method and Description |
---|---|
protected DisassembledInstruction |
ROLimm.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ROLmem.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ROLreg.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
Modifier and Type | Method and Description |
---|---|
protected DisassembledInstruction |
RORimm.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
RORmem.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
RORreg.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
Modifier and Type | Method and Description |
---|---|
protected DisassembledInstruction |
ROXLimm.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ROXLmem.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ROXLreg.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ROXRimm.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ROXRmem.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
ROXRreg.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
Modifier and Type | Method and Description |
---|---|
protected DisassembledInstruction |
SUB_An.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUB_AnContent.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUB_AnPlus.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUB_Dn.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUB_I.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUB_L.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUB_MinusAn.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUB_W.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUB_d16An.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUB_d16PC.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUB_d8AnXn.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUB_d8PCXn.disassembleOp(int address,
int opcode,
Size sz,
java.lang.String reg,
MC68000Cpu cpu) |
Modifier and Type | Method and Description |
---|---|
protected DisassembledInstruction |
SUB_AnContent.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUB_AnPlus.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUB_L.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUB_MinusAn.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUB_W.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUB_d16An.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUB_d8AnXn.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
Modifier and Type | Method and Description |
---|---|
protected DisassembledInstruction |
SUBQ_An.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUBQ_AnPlus.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUBQ_AnPtr.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUBQ_Dn.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUBQ_L.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUBQ_MinusAn.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUBQ_W.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUBQ_d16An.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
SUBQ_d8AnXn.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
Modifier and Type | Method and Description |
---|---|
protected DisassembledInstruction |
TST_An.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
TST_AnContent.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
TST_AnPlus.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
TST_Dn.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
TST_L.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
TST_MinusAn.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
TST_W.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
TST_d16An.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
TST_d8AnXn.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |
protected DisassembledInstruction |
TST_imm.disassembleOp(int address,
int opcode,
Size sz,
MC68000Cpu cpu) |