NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: N_Masm on April 30, 2016, 09:23:50 AM

Title: linking nasm with RadAsm
Post by: N_Masm on April 30, 2016, 09:23:50 AM
 hi everybody  ;D


how to build Nasm code in RadAsm ?
Title: Re: linking nasm with RadAsm
Post by: N_Masm on April 30, 2016, 10:38:16 AM
   ;D i am really need help  :-[
Title: Re: linking nasm with RadAsm
Post by: N_Masm on April 30, 2016, 12:22:20 PM
Ok ,
What  is a good  IDE For Nasm ?  :'(
Title: Re: linking nasm with RadAsm
Post by: N_Masm on April 30, 2016, 03:30:45 PM
finally
http://stackoverflow.com/questions/1023593/how-to-write-hello-world-in-assembler-under-windows (http://stackoverflow.com/questions/1023593/how-to-write-hello-world-in-assembler-under-windows)

Quote
   
answered By: rarias

http://stackoverflow.com/users/3025155/rarias (http://stackoverflow.com/users/3025155/rarias)
Title: Re: linking nasm with RadAsm
Post by: Frank Kotler on April 30, 2016, 05:19:56 PM
Hi N_Masm,

Welcome to the forum (although we don't seem to be doing you much good. There's this one:
http://forum.nasm.us/index.php?topic=396.0
...but it doesn't seem like much help either.

The answer you link to at SO doesn't seem to have much to do with RadAsm. Mostly VS. Is that okay for you? (Nasm download for 'doze has "rules" for VS, I think) You "might" be better off with Sasm:
http://forum.nasm.us/index.php?topic=1847.0

Latest RadAsm seems to be:
https://svn.code.sf.net/p/fbedit/code/RadASM30/Release/RadASM.zip
... but doesn't seem to have much documentation for using it with Nasm.

Myself, I'm a command line guy. My "IDE" is the up arrow key.

Best,
Frank