Advertisement
NewDenverCity

Untitled

Jun 10th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. .thumb @necessary
  2. .include "./defines/defines.s" @lol i forgot to include this line in my last one, my mistake. this should also always be there
  3. .equ loop_var, 0x4011 @.equ is used to define something, similar to the macros. ordinarily this would go in the defines, but w/e
  4.  
  5. start:
  6. compare loop_var 0x1
  7. if2 notequal call
  8. end
  9.  
  10. setvar loop_var 0x1
  11. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement