Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.39 KB | None | 0 0
  1. <OGetLex v="Math" />
  2. <OReg v="2" />          //reg2
  3. <OReg v="1" />
  4. <OGetProp v="position" />   //reg1.position
  5. <OpAdd />           //reg2+reg1.position
  6. <OGetLex v="Math" />
  7. <OCallProperty v="PI" nargs="0"/>//Math.PI
  8. <OpDiv />           //(reg2+reg1.position)/Math.PI
  9. <OSmallInt v="4" />
  10. <OpDiv />           //((reg2+reg1.position)/Math.PI)/4
  11. <OCallProperty v="sin" nargs="1"/>//Math.sin(((reg2+reg1.position)/Math.PI)/4)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement