PDA

View Full Version : Compiling Assembly Programs in Gutsy?


aheicher
November 30th, 2007, 02:32 PM
Basically the topic, i need a simple text based compiler for linux ubuntu gutsy. Thanks

ilrudie
November 30th, 2007, 03:32 PM
I am not an expert on this but I seem to recall that gcc will compile assembly programs if you give the file a .s extension. I'm sure there is a way to make gcc treat files with other extensions as assembly but I donot recall the command.

Hope that helps.

aheicher
November 30th, 2007, 08:01 PM
thanks...ill try it out.