mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-08 14:25:05 +00:00
DBcc is two-operand.
This commit is contained in:
@@ -1405,7 +1405,8 @@ void Processor<BusHandler, dtack_is_implicit, permit_overrun, signal_will_perfor
|
|||||||
// DBcc
|
// DBcc
|
||||||
//
|
//
|
||||||
BeginState(DBcc):
|
BeginState(DBcc):
|
||||||
operand_[0].w = uint32_t(int16_t(prefetch_.w));
|
operand_[0] = registers_[instruction_.reg(0)];
|
||||||
|
operand_[1].w = uint32_t(int16_t(prefetch_.w));
|
||||||
|
|
||||||
InstructionSet::M68k::perform<
|
InstructionSet::M68k::perform<
|
||||||
InstructionSet::M68k::Model::M68000,
|
InstructionSet::M68k::Model::M68000,
|
||||||
|
Reference in New Issue
Block a user