View Single Post
Old 15 June 2012, 17:26   #70
pmc
gone
 
pmc's Avatar
 
Join Date: Apr 2007
Location: completely gone
Posts: 1,596
Instead of this:
Code:
                    cmpi.l              #num,Dn
this:
Code:
                    moveq.l             #num,Dn
                    cmp.l               Dn,Dn
where (to suit the moveq.l) num is in the range -128 to +127

Last edited by pmc; 16 June 2012 at 11:36. Reason: got Stung
pmc is offline  
 
Page generated in 0.04217 seconds with 11 queries