View Single Post
Old 07 December 2018, 17:34   #91
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
Quote:
Originally Posted by ross View Post
Or if you care only about extract high bits you can do:

Code:
    move.w    d0,-(sp)
    move.b    (sp)+,d0 *
16 cycles.

[* based on 68k stack auto-align property ]

That's still one of my favorite 68k tricks.
StingRay is offline  
 
Page generated in 0.04616 seconds with 11 queries