1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Added important TODO.

This commit is contained in:
Thomas Harte 2019-04-17 23:12:32 -04:00
parent b09de8efce
commit 9334557fbf

View File

@ -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)