This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Assembler as shared library


Hi Philip,

But i can find any where to start to make a little mini assembler
using libopcodes.

Take a look at gas/doc/internals.texi, especially the section on GAS processing.

Essentially you will need to provide library routines that emulate what is done in gas/as.c:main().

Cheers
  Nick



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]