Compile ASM code in CodeLite?

CodeLite installation/troubleshooting forum
jiapei100
CodeLite Expert
Posts: 115
Joined: Wed Dec 30, 2009 8:29 am
Genuine User: Yes
IDE Question: C++
Location: Surrey, BC, Canada
Contact:

Compile ASM code in CodeLite?

Post by jiapei100 »

Hi, Eran:

Is it possible to compile ASM code in CodeLite?


Rgds
Pei
Welcome to Vision Open
http://www.visionopen.com
foxmuldr
CodeLite Expert
Posts: 120
Joined: Sun May 10, 2009 6:56 am
Contact:

Re: Compile ASM code in CodeLite?

Post 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
Best regards,
Rick C. Hodgin
www.Visual-FreePro.org
www.LibSF.org
Post Reply