I have a legacy object library which has been compiled for generic C55x, no processor specific instructions. I do not have source, I cannot recompile it.
I will be using the 5504
My understanding is that I'm ok with the object library, so long as I compile for both CPU version 2 and 3. A consequence of this is that with large model, objects will not be able to cross page boundaries, even though the 5504 is a version 3 CPU.
Is that all correct?