--- In lpc2000@yahoogroups.com, Charles Manning <manningc2@a...> wrote: > If you use the assembler in ".S mode" with a gcc front end then you can use C > macros etc to preprocess it. The basic syntax doesn't follow that used by most ARM assemblers. This is understandable because it wasn't designed for this target specifically. Buy maybe some could write a translator that could accept a standard ARM syntax as its input and then it would create a GNU "as" syntax as it's output. The big benefit here is to support linking standard assembler source files to gcc programs. Eric
Message
Re: Is there an open source ARM assembler?
2005-11-27 by Eric Engler