OHPen
December 28th, 2007, 11:16
Hi,
in the company i work we use nasm for coding. starting with nasm i just used a plain text editor and compiled and linked manually in console. after a few days i really got bored by all this time consuming step. i decided to use a assembler ide and in my opinion there is no real good one out. nevertheless radasm is the best alternative.
i started setting radasm up in order to be able to use it with nasm. everthing was fine but then i was forced to rearrange the directories on my computer and had to set up different directories and setting files again.
THIS REALLY SUCKS !!!
i decided to try to modify radasm that it would compile my nasm projects where every it is placed and where ever nasm is placed with out need to use absolute directories.
TATA
there we go. just copy the NASMToGo - Edition of RadASM where you want to have it. load a project and press build. it should work.
no more directory adjustments
no loss of time for senseless troubleshooting with the ide
etc.
etc.
inside the radasm dir you will find the compiler directory i included. i contains the current nasm version ( not yasm - because there is a new nasm version out - YEAH !) and the microsoft linker version 7. the only thing you will have to change is if you plan to use additional libraries. in that case i suggest to modifiy the project settings of your project to fit your needs.
thats all, nothing more.
i dunno whether this is interesting for someone of you guys but for me it will save lot of time in future.
use it or leave it,
regards,
OHPen aka PAPiLLiON
in the company i work we use nasm for coding. starting with nasm i just used a plain text editor and compiled and linked manually in console. after a few days i really got bored by all this time consuming step. i decided to use a assembler ide and in my opinion there is no real good one out. nevertheless radasm is the best alternative.
i started setting radasm up in order to be able to use it with nasm. everthing was fine but then i was forced to rearrange the directories on my computer and had to set up different directories and setting files again.
THIS REALLY SUCKS !!!
i decided to try to modify radasm that it would compile my nasm projects where every it is placed and where ever nasm is placed with out need to use absolute directories.
TATA
there we go. just copy the NASMToGo - Edition of RadASM where you want to have it. load a project and press build. it should work.
no more directory adjustments
no loss of time for senseless troubleshooting with the ide
etc.
etc.
inside the radasm dir you will find the compiler directory i included. i contains the current nasm version ( not yasm - because there is a new nasm version out - YEAH !) and the microsoft linker version 7. the only thing you will have to change is if you plan to use additional libraries. in that case i suggest to modifiy the project settings of your project to fit your needs.
thats all, nothing more.
i dunno whether this is interesting for someone of you guys but for me it will save lot of time in future.
use it or leave it,
regards,
OHPen aka PAPiLLiON