Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: MasonCook on September 10, 2013, 09:09:50 pm

Title: How Can I use yasm assembly in Code::Blocks
Post by: MasonCook on September 10, 2013, 09:09:50 pm
I have been trying to find an ide for a book im reading called an Introduction to 64 Bit Intel Assembly Language On Linux. The book is supposed to be great except for the annoying fact they don't give any information how to setup an environment to actually compile and run said programs. I've searched the posts here and apparently some people have gotten it to work on Codeblocks, but i Haven't Figured it out yet.

I am on Linux Ubuntu, I am extremely new to Linux thus far. I have Code blocks installed and yasm assembler installed as well. When looking through the code blocks compiler list I can't find the yasm compiler. Does anyone know how I setup the yasm compiler so I can finally begin using this book..

Thanks,
Mason
Title: Re: How Can I use yasm assembly in Code::Blocks
Post by: oBFusCATed on September 10, 2013, 11:26:14 pm
Have you tried reading this: http://wiki.codeblocks.org/index.php?title=Adding_support_for_non_C/C%2B%2B_files_to_the_build_system ?