Assembler as shared library
Philip Herron
redbrain@gcc.gnu.org
Wed Jan 1 00:00:00 GMT 2014
Ah thanks! I have a github repo:
https://github.com/redbrain/binutils-gdb/tree/libasm
It now builds libasm.la which as is built off now and as seems to
work. So i think i have the first stages of this working. I am
#ifdefing out the main so far and need to make a libgas.h so we can
use this in David Malcoms jit.
On 14 February 2014 15:13, nick clifton <nickc@redhat.com> wrote:
> 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
>
>
More information about the Jit
mailing list