Yes, banked memory bootloader.
I'm not saying there IS a library problem, just asking.
When I did this for the S12DT256 (CW 3.1) a few years back, I had problems with long integers
not being available from non banked code, because "long int" libraries were banked,
and therefore not available when running from stack.
Perhaps this is not a entirely accurate description, but it was something along those lines.
My query was whether there are any similar issues for HCS12X, CW 4.7.
Or, I am entirely wrong, barking up the wrong tree.......
Anyway, typecasting to long works, so I guess long int or not, is a non issue.
Thanks for your assistance.
Anders J