mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-05 21:32:55 +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();
|
||||
}
|
||||
|
||||
// LEA
|
||||
case OpT(Operation::LEA):
|
||||
// LEA, PEA
|
||||
case OpT(Operation::LEA): case OpT(Operation::PEA):
|
||||
switch(original.mode<0>()) {
|
||||
default: return original;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user