mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-10 23:31:24 +00:00
Weed out false PEAs.
This commit is contained in:
parent
4181313cc6
commit
316e9681cc
@ -192,8 +192,8 @@ template <uint8_t op, bool validate> Preinstruction Predecoder<model>::validated
|
|||||||
return Preinstruction();
|
return Preinstruction();
|
||||||
}
|
}
|
||||||
|
|
||||||
// LEA
|
// LEA, PEA
|
||||||
case OpT(Operation::LEA):
|
case OpT(Operation::LEA): case OpT(Operation::PEA):
|
||||||
switch(original.mode<0>()) {
|
switch(original.mode<0>()) {
|
||||||
default: return original;
|
default: return original;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user