Advertisement
Guest User

Faster CalcSine

a guest
Aug 2nd, 2017
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. CalcSine:
  2.         andi.w  #$FF,d0
  3.         addq.w  #8,d0
  4.         add.w   d0,d0
  5.         move.w  SineTable+($40*2)-16(pc,d0.w),d1
  6.         move.w  SineTable-16(pc,d0.w),d0
  7.         rts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement