extern ExitProcess %include "io.inc" section .text use32 ..start: mov edx, 7 push edx call fib pop eax call outi push dword 0 call ExitProcess