cielavenir

if pseudo code

Sep 9th, 2013
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. ; if(check1()&&check2())func()
  2. invoke check1
  3. if-eqz cond_fail
  4. invoke check2
  5. if-eqz cond_fail
  6. invoke func
  7. :cond_fail
Advertisement
Add Comment
Please, Sign In to add comment