Hi everybody, I managed to set NASM as compiler for separate .asm files, but I can't find a way to set NASM as compiler for inline assembler (__asm directive). For example,
helloWorld db "Hello world !",0
won't compile (assembler syntax error, found "db"). Is there a way to do that ? Or am I bound to use MASM or use another development environment ? Thanks !
ps : by the way the MSDN doesn't give any clue :D