View Full Version : Assembler
Ravenheart
May 15th, 2006, 04:07
COuld you guys tell me a good assembler? MASM isn't assembling anything.
Admiral
May 15th, 2006, 13:38
If you don't want to use MASM, take a look at TASM. However, I fear your problem lies not with the assembler.
0xf001
May 15th, 2006, 14:55
hi,
http://win32assembly.online.fr/ should answer all your questions, which you find referenced when using the search here and in google as well.
if masm doesnt assemble anything you are most probably not using it correctly, its a good assembler used by a lot of people.
regards, 0xf001
LLXX
May 15th, 2006, 23:18
I prefer RosAsm (http://betov.free.fr) for 32-bit Asm work.
For compiling more "standard" code, I use TASM.
Try writing your own assembler if you're not satisfied with what's available, that's what many have done

Pretor
May 16th, 2006, 20:18
Try FASM at: http://www.flatassembler.net.
Use an IDE like Radasm or Winasm.
Read as many tutorials as you can.
By the way: MASM is a good assembler.
Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.