Hi, Eran:
Is it possible to compile ASM code in CodeLite?
Rgds
Pei
Compile ASM code in CodeLite?
-
- 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?
Welcome to Vision Open
http://www.visionopen.com
http://www.visionopen.com
-
- CodeLite Expert
- Posts: 120
- Joined: Sun May 10, 2009 6:56 am
- Contact:
Re: Compile ASM code in CodeLite?
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. I crack myself up.
You could also just write C/C++ code with endless asm("...") lines. I crack myself up.