mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-23 03:32:32 +00:00
Decode the two EXTs.
This commit is contained in:
parent
f29fec33a2
commit
99f4cd867d
@ -372,11 +372,12 @@ template <uint8_t op, bool validate> Preinstruction Predecoder<model>::decode(ui
|
|||||||
AddressingMode::ImmediateData, 0);
|
AddressingMode::ImmediateData, 0);
|
||||||
|
|
||||||
//
|
//
|
||||||
// MARK: SWAP
|
// MARK: SWAP, EXTbtow, EXTwtol
|
||||||
//
|
//
|
||||||
// b0–b2: a data register.
|
// b0–b2: a data register.
|
||||||
//
|
//
|
||||||
case OpT(Operation::SWAP):
|
case OpT(Operation::SWAP):
|
||||||
|
case OpT(Operation::EXTbtow): case OpT(Operation::EXTwtol):
|
||||||
return Preinstruction(operation,
|
return Preinstruction(operation,
|
||||||
AddressingMode::DataRegisterDirect, ea_register);
|
AddressingMode::DataRegisterDirect, ea_register);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user