Eggenmüller Bernd schrieb:
> Hi,
>
> I've to represent 32 bit immediates to trans late the libgcc2.
> The problem is that my assembler only can represent 16 Bit immediates.
> How can I implement a workaround for 32 Bit immediates.
libgcc is written in C, so it's likely that you have no proper sup
Hi,
I've to represent 32 bit immediates to trans late the libgcc2.
The problem is that my assembler only can represent 16 Bit immediates.
How can I implement a workaround for 32 Bit immediates.
Thanks
Egge