Assembler problem ...

Where can i find FREE 32-bit win32 assembler compiler ? Which should i use anyway ( even if it has a price ) ?

You may try MinGW witch uses gcc.

Assembler compiler? I’m not sure whether you´re looking for an assembler (which takes source written in assembly as input) or a compiler for a more high level language like C++. Mingw is gcc which is a compiler. If you want a free assembler, try NASM here .