Guest User

Untitled

a guest
Mar 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. void jump_to_x_plus_5(uint x) { jmp x+5; }
  2. void jump_to_x_plus_7(uint x) { jmp x+7; }
  3. void jump_to_x_plus_9(uint x) { jmp x+9; }
Add Comment
Please, Sign In to add comment