We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Could someone kindly explain to me how I can interpret the size of my program from the output generated by the C51 compiler. Data = 9.0 Xdata = 1717 Code = 2357 Thank you in advance.
It doesn't include the stack. How exactly have you "set aside" 16 bytes for your stack? Stefan
Hi Stefan http://www.keil.com/forum/docs/thread3892.asp Rgds Raj Shetgar
Assembler - ugh. I imagine you would be better to initialise SP to some value nearer the top of idata. If you are CERTAIN that you only need 16 bytes you could make it 0xEF. Stefan