SirCmpwn

Untitled

Apr 27th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. .macro test2(param1, param2) {
  2. .if param1 === A
  3. SUB param1, param2
  4. .else
  5. ADD param1, param2
  6. .end
  7. }
Advertisement
Add Comment
Please, Sign In to add comment