Monday, September 22, 2008

Question#3

Question#3: Research in the net what is the best assembler and why. Answer:
FASM is the best and good assembler because it is known as the fast speed. FASM is a multi-pass assembler. It makes extensive code size optimization, and allows more forward referencing. A usual FASM construct is defining data or procedures only if they are used somewhere in the code, something that in most languages is done per-object by the linker. FASM or Flat Assembler is a free and open source Intel-style assembler supporting the IA-32 and x86-64 architectures, size optimizations, OS portability, and macro capabilities .It is a low-level assemblerand uses few command-line options.FASM contains bindings to the Windows GUI and OpenGL.

No comments: