Memory allocation: Difference between revisions

m
Line 100:
<lang 68000devpac>MOVE.L An,-(SP)
MOVEA.L SP,An
SUBA.LLEA #(-disp,SP),SP</lang>
 
You can use negative offsets of <code>An</code> or positive offsets of <code>SP</code> to refer to the same memory region.
 
=={{header|Action!}}==
1,489

edits