Other Parts Discussed in Thread: AM3505
I'm working with a AM3505, a Cortex A8, using CCSv4, translating some other code.
The code uses the gas .ltorg mnemonic to tell the assembler where to locate the literal pool.
The LTORG statement is also in a lot of ARM's documentation, yet for some reason, TI doesn't seem to implement it.
What's the reason for this? It appears that TI has gone its own way in the decision not to support standard behavior that ARM puts in their documentation.
How do I mimic the same functionality? Do I have to do all the math by hand? Do I have to create my own literal pool, and maintain a base register to it?
Thanks,
Matt Gessner