mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-26 09:29:45 +00:00
Added important TODO.
This commit is contained in:
parent
b09de8efce
commit
9334557fbf
@ -2341,6 +2341,9 @@ struct ProcessorStorageConstructor {
|
|||||||
op( int(Action::Decrement2) | MicroOp::DestinationMask );
|
op( int(Action::Decrement2) | MicroOp::DestinationMask );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
// TODO: verify when/where the predecrement occurs everywhere below; it may affect
|
||||||
|
// e.g. MOVE.w -(A6), -(A6)
|
||||||
|
|
||||||
case bw2(PreDec, PreDec): // MOVE.bw -(An), -(An)
|
case bw2(PreDec, PreDec): // MOVE.bw -(An), -(An)
|
||||||
op(decrement_action | MicroOp::SourceMask, seq("n"));
|
op(decrement_action | MicroOp::SourceMask, seq("n"));
|
||||||
case bw2(Ind, PreDec): // MOVE.bw (An), -(An)
|
case bw2(Ind, PreDec): // MOVE.bw (An), -(An)
|
||||||
|
Loading…
Reference in New Issue
Block a user