Guest User

Untitled

a guest
Sep 12th, 2018
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. move r0 i0 // Read in input
  2.  
  3. sub r0 75 r0 // 75 - Angle
  4. div r0 r0 1.5 // Then divide by 1.5
  5.  
  6. move o r0 // Output new value
  7. yield
  8. j 0
Advertisement
Add Comment
Please, Sign In to add comment