News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Radasm preprocess

Started by 3070, March 16, 2009, 03:52:01 PM

Previous topic - Next topic

3070

Hi,

Is there any way to make Radasm passes the asm file's to some program before assembling it?

Thanks

BogdanOntanu

Quote from: 3070 on March 16, 2009, 03:52:01 PM
Hi,

Is there any way to make Radasm passes the asm file's to some program before assembling it?

Thanks

RadAsm is and IDE not an assembler. Hence RadAsm does not assemble the .asm file. Instead RadAsm will invoke the traget assembler on the .asm file and show you the results.

RadAsm does support plug-ins and has the source of some sample simple plug-in to show how this is done.

AFAIK the plug-in can access the source and change it "as it likes"...


Ambition is a lame excuse for the ones not brave enough to be lazy.
http://www.oby.ro

Mark Jones

Quote from: 3070 on March 16, 2009, 03:52:01 PM
Is there any way to make Radasm [pass] the asm [file] to some program before assembling it?

Yes, create a batch file and call that from the Project Options (instead of the assembler.)
"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08

3070