mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-25 18:30:21 +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 );
|
||||
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)
|
||||
op(decrement_action | MicroOp::SourceMask, seq("n"));
|
||||
case bw2(Ind, PreDec): // MOVE.bw (An), -(An)
|
||||
|
Loading…
Reference in New Issue
Block a user