View Single Post
Old 30 September 2019, 10:31   #71
hooverphonique
ex. demoscener "Bigmama"
 
Join Date: Jun 2012
Location: Fyn / Denmark
Posts: 1,630
Quote:
Originally Posted by ross View Post
Ok, if you are in the dark side of the force:
Code:
    lea    $dff004,a0
    
.l1    lsr    (a0)
    bcc.b    .l1    
.l2    lsr    (a0)
     bcs.b    .l2

Maybe it doesn't matter in practice, but this writes to a read-only register, which is not recommended.
hooverphonique is offline  
 
Page generated in 0.04408 seconds with 11 queries