tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] TCC code generation for a stack based VM


From: Zoltán Lörincz
Subject: Re: [Tinycc-devel] TCC code generation for a stack based VM
Date: Wed, 3 Nov 2004 17:34:11 +0200

> > But i have to implement a custom byte format wich has to be simpler
> > than the elf format.
> 
> If your format has to be more complicated than a raw binary image (which
> TCC can generate with the -Wl,--oformat,binary option), then use ELF.

Yes the format is simple, it should contain:
-  the generated code  
-  global data section
-  relocation table 
No symbol table or other additional sections are necessary. 
But i will also have a look on the raw binary image of TCC to see if i
can use it.

Thank you.
Zoltan.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]