Hi Hank,
When you Debug "t" the ASCII code for t is hardcoded into the PICs program memory and sent when the program execution reaches the Debug line.
When you do Debug DEC temp the debug routine first needs to convert the value stored in temp into ten-thousands, thousands, hundreds, tens and ones 'entities' and then convert the value of each of those 'entities' into its ASCII representation. When we are at this point it starts to be comparable to Debug "t".
/Henrik.
Bookmarks