abs slt.b location, #1+CORESIZE/2 mul.ab #-1, location
Also possible without using CORESIZE :-)mov.b location, #0sub.b -1,locationsub.b -2,location(but is longer and slower)
Inteeresting thoughts
Post a Comment
2 comments:
Also possible without using CORESIZE :-)
mov.b location, #0
sub.b -1,location
sub.b -2,location
(but is longer and slower)
Inteeresting thoughts
Post a Comment