Advertisement
Pampour

Assembler #8

Nov 1st, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. %include "gt.asm"
  2.          covar
  3. a:       resd 1
  4. nul:     dd 0
  5.          inleiding
  6.          inv [a]
  7.          mov EAX, [a]
  8.          cmp EAX, [nul]
  9.          jge toon
  10.          sub EAX, [a]
  11.          sub EAX, [a]
  12. toon:    mov [a], EAX
  13.          uit [a]
  14.          slot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement