Hello,
First off all RadAsm is great: it's light, fast, full of features and easy to learn. But I have a question about it.
Radasm, like others IDE's, compiles a file inside a project (or the whole project). Is there any way to compile a single file without a project. For instance, I want to compile a file with lcc without start a new project to do this.
Thanks.
Yes there is.
First select the programming language with Project / Set Assembler.
Then you can compile the file. If the build options is not what you need then edit the file Lcc.ini section [MakeDefNoProject]
KetilO