but gcc will produce the obj file and exe file, not useful to me

来源: 2006-08-02 12:05:37 [旧帖] [给我悄悄话] 本文已被阅读:

I use 'gcc' to compile the intel assembly code. One advantage to use gcc is that i could invoke C functions in my assembly code, and gcc will automatically link the C library before generate the exe file.