Re: [arm-gnu] thumb interwork
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [arm-gnu] thumb interwork



>       ReadMemory(0x00000000, 0x10000000, 0x200); // this generates a blx

Use of blx implies you're compiling for arn armv5 or later core.

>       ReadMemory(0x00000000, 0x10000000, 0x200); // this generates a
> ldr pc, [rX] instruction

So this will also work correctly.
I don't see a problem here.

Paul