Author Topic: Assembly language in code::blocks  (Read 8747 times)

Ender

  • Guest
Assembly language in code::blocks
« on: March 26, 2012, 09:47:07 pm »
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.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Assembly language in code::blocks
« Reply #1 on: March 27, 2012, 07:15:17 am »
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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ