Array: Difference between revisions

m
mNo edit summary
Line 70:
 
Iteration over the elements of an array is fairly straightforward.
<lang 68000devpac>LEA myArray,A0
LEA myArray,A0
loop:
MOVE.B (A0)+,D0
1,489

edits