"Mohamed Shafi" <[EMAIL PROTECTED]> writes: > For the 16 bit target that i am currently porting can have only > positive offsets less than 0x100. (unsigned 8 bit) for offset > addressing mode.
I would expect reload to be able to handle this kind of thing anyhow, assuming you define GO_IF_LEGITIMATE_ADDRESS correctly. reload should automatically try loading an out of range offset into a register. Ian