Guest User

Untitled

a guest
Sep 25th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. %include "gt.asm"
  2. covar
  3.  
  4. getal: resd 1
  5. getal2: resd 1
  6.  
  7. som: resd 1
  8.  
  9. inleiding
  10.  
  11. inv[getal]
  12. inv[getal2]
  13.  
  14. push dword [getal]
  15. push dword [getal2]
  16. push dword [som]
  17.  
  18. join:
  19. call optelling
  20. pop dword [som]
  21. uit[som]
  22. jmp einde
  23.  
  24.  
  25. optelling:
  26. push ebp
  27. push ebp, esp
  28. push eax
  29. push ebx
  30. push ecx
  31.  
  32. mov eax, [ebp+4]
  33. add eax, [ebp]
  34. mov [ebp+8], eax
  35.  
  36. jmp join
  37. einde : slot
Add Comment
Please, Sign In to add comment