section '.shit2' import data readable writeable executable
library stdlib,'msvcrt.dll'
import stdlib, printf, "printf", scanf, "scanf"
fib db ' '
prompt db '%llu', 0
many dq 0
x dq 0,0,0
manyfibs db 'HOW MANY FIBS DO YOU WANT??? ',0
And they said FASM wasn't useful for anything.