Package | Description |
---|---|
smsqmulator |
The purpose of this project is to have an SMSQ/E emulator "machine" in java.
|
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.LEA |
These are what I hope to be slightly faster emulations of the LEA instruction 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.
|