global _mainextern _printf section .text _main: push message call _printf add esp, 4 ret message: db 'hello world',10,0
link.exe file.obj libcmt.lib