1. extern ExitProcess
  2. %include "io.inc"
  3. section .text use32
  4.  
  5. ..start:
  6.  
  7. mov edx, 7
  8. push edx
  9. call fib
  10.  
  11. pop eax
  12. call outi
  13.  
  14.  
  15. push dword 0
  16. call ExitProcess