View Single Post
Old 16 July 2012, 18:32   #87
Keir
Registered User
 
Join Date: May 2011
Location: Cambridge
Posts: 682
Quote:
Originally Posted by frank_b View Post
move.b d0,-(sp)
move.w (sp)+,d0 ; magic fast shift
Does this put garbage in the bottom byte of d0, unless you already ensured -1(sp) = 0, and have interrupts disabled? i.e., not exactly equivalent to lsl.w #8,d0 (ignoring effects on condition codes)?
Keir is offline  
 
Page generated in 0.04664 seconds with 11 queries