SX/B word variables
Hi,
Tried to reasearch·this·for myself but I'm not getting terribly far...
I'd like to define and use more word variables than currently fit in the 19 Bytes of "first level" variable memory so that I can set a watch on these word variables and view them at a break point.· Does anybody know if it is possible to define some form of alias that would allow me define a word variable (as a two byte array) and then view this array as a word using the watch command?··I'd prefer not to copy the LSB and MSB to a word variable and then view this as I'd like to be able to see all of my word variables at the one time (at a break point).
Tried to reasearch·this·for myself but I'm not getting terribly far...
I'd like to define and use more word variables than currently fit in the 19 Bytes of "first level" variable memory so that I can set a watch on these word variables and view them at a break point.· Does anybody know if it is possible to define some form of alias that would allow me define a word variable (as a two byte array) and then view this array as a word using the watch command?··I'd prefer not to copy the LSB and MSB to a word variable and then view this as I'd like to be able to see all of my word variables at the one time (at a break point).
Comments
... and then do this:
Post Edited (JonnyMac) : 6/10/2008 5:39:31 AM GMT