News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Assembly language in code::blocks

Started by Ender, March 26, 2012, 09:47:07 PM

Previous topic - Next topic

Ender

Hi there, I was curious to if the assembly language was supported in Code::Blocks? I have done some looking around on various websites but nothing has turned up. I love C::B ide and would love not to have to use a different compiler just to write assembly. Thanks in advance, Ender.

MortenMacFly

Quote from: Ender on March 26, 2012, 09:47:07 PM
Hi there, I was curious to if the assembly language was supported in Code::Blocks?
If the compiler you are using supports assembly and it is compatible with C::B (like GCC) then yes.

As you did not mention anything about your config nobody can tell you. Good luck!
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]