Re: 32-bit immediate

2010-05-27 Thread Georg Lay
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

32-bit immediate

2010-05-27 Thread Eggenmüller Bernd
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