What does RadAsm send to assembler?

Started by peaslee, April 09, 2009, 06:46:33 PM

Previous topic - Next topic

peaslee

How does one go about seeing what RadAsm is sending out for assembly?
Bruce Peaslee
"Reality is a crutch for those who can't do drugs."

donkey

It depends on your assembler, RadAsm is an IDE, it does not do the actual assembly itself. In GoAsm you can modify the command line (project properties) to include /l which will instruct it to create a list file. Not sure what the switch in MASM is. If you simply want to examine the command line used to start the assembler include O in the project properties command for your assembler and/or linker.
"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable