Advertisement
Guest User

Untitled

a guest
Apr 21st, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         mov eax, a;
  2.         cmp a, 2;
  3.         jb ponizej;
  4.         sub eax, 1;
  5.         jmp koniec;
  6.     ponizej: add eax, 1;
  7.     koniec: mov wynik, eax;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement