vc++ 6 and nasm

Programming, for all ages and all languages.
Post Reply
Ozguxxx

vc++ 6 and nasm

Post by Ozguxxx »

Hey, im not very good at object files and I wonder is there any chance that I could use nasm to produce object files that can be linked with visual c++ 6.0 obj files, they are coff I think, right? Anyway I just dont like inline assembly and I want to do things with an assembler that I know. Thanx...
Tim

Re:vc++ 6 and nasm

Post by Tim »

nasm -f win32
Post Reply