Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. // input: x0=dividend, x1=divisor
  2. udiv x2, x0, x1
  3. msub x3, x2, x1, x0
  4. // result: x2=quotient, x3=remainder
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement