View Single Post
Old 02 December 2018, 11:39   #59
ross
Defendit numerus
 
ross's Avatar
 
Join Date: Mar 2017
Location: Crossing the Rubicon
Age: 53
Posts: 4,480
Quote:
Originally Posted by phx View Post
Or, with a higher chance of success:
Code:
        move.l  level2_vector,a2
Well, this is the reason why, if I do not forget, I use brackets (and also a)
Code:
       movea.l  (level2_vector),a2
So to remember to myself that I want the memory content and all previous flags are untouched.

Kudos however to roondar for trying to untangle and correct that little skein of code.

Last edited by ross; 02 December 2018 at 11:54.
ross is offline  
 
Page generated in 0.06185 seconds with 11 queries