interpreting object info ?
Don Pomplun
Posts: 116
My new house control (old monolithic) code is now 7 objects and running (but never) bug free.
I'm puzzling over how to interpret the object info window you get with an F8. Lower level objects seem to use fewer pgm and var longs, and show more stack/free space, as expected. And my top object shows the greatest pgm & var space of any, and less free stack.
i.e., pgm is 2140, var is 970 and stack/free is 5078. I assume these are decimal because I never see A-F in any of them. The top line seems to imply that $0000 - $0010 are reserved locations, and ram goes up to $7FFF (32767).
But adding up pgm, var & stack/free doesn't come anywhere near 32767. How do you interpret this window?
TIA
Don
I'm puzzling over how to interpret the object info window you get with an F8. Lower level objects seem to use fewer pgm and var longs, and show more stack/free space, as expected. And my top object shows the greatest pgm & var space of any, and less free stack.
i.e., pgm is 2140, var is 970 and stack/free is 5078. I assume these are decimal because I never see A-F in any of them. The top line seems to imply that $0000 - $0010 are reserved locations, and ram goes up to $7FFF (32767).
But adding up pgm, var & stack/free doesn't come anywhere near 32767. How do you interpret this window?
TIA
Don
Comments