SirCmpwn

Untitled

May 24th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. JSR subroutine1
  2.  
  3. .if isref(subroutine1) ; true
  4. :subroutine1
  5. ; do stuff
  6. .endif
  7.  
  8. .if isref(subroutine2) ; false
  9. :subroutine2
  10. ; do stuff
  11. .endif
Advertisement
Add Comment
Please, Sign In to add comment