Advertisement
Guest User

Untitled

a guest
May 25th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. fadd st1 ; this sets st0 := st0 + st1
  2. fadd st0,st1 ; so does this
  3.  
  4. fadd st1,st0 ; this sets st1 := st1 + st0
  5. fadd to st1 ; so does this
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement