Page 1 of 1

Compile ASM code in CodeLite?

Posted: Thu Dec 08, 2011 1:55 am
by jiapei100
Hi, Eran:

Is it possible to compile ASM code in CodeLite?


Rgds
Pei

Re: Compile ASM code in CodeLite?

Posted: Thu Dec 08, 2011 7:01 am
by foxmuldr
Add a new compiler, and point to the assembler (Settings -> Build Settings -> New button by "Create new compiler").

You could also just write C/C++ code with endless asm("...") lines. :lol: I crack myself up. :D