amohr 0 Posted October 15, 2005 Report Share Posted October 15, 2005 in order to conform with the MPASM de linker command, I believe this should not append a NULL to the end of the sting. If you want a null, I think you should add it explicitly with a \0, since there's no way to specify a string w/o nulls. what do you guys think? Quote Link to post Share on other sites
Pavel 0 Posted October 15, 2005 Report Share Posted October 15, 2005 Zero is appended only to strings used in pragma DATA. Regards, Pavel Quote Link to post Share on other sites
amohr 0 Posted October 15, 2005 Author Report Share Posted October 15, 2005 the problem is that that's the only way to place data at a particular address. I tried adding an ASM block with an ORG but the compiler complained. either way, since I can't debug FLASH data, i can't really use this functionality Quote Link to post Share on other sites
Pavel 0 Posted October 15, 2005 Report Share Posted October 15, 2005 the problem is that that's the only way to place data at a particular address... No you are wrong. Check the BoostC help. You can use plain numbers in pragma DATA and than no zeroes will be appended. Regards, Pavel Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.