run code below, look at i,j int i; int j; i=254; j=255; while(1) { i=i++; j=j++; }
"I'm sure we've had this one before" Found it: http://www.keil.com/forum/docs/thread534.asp
See the second paragraph of this article: http://cm.bell-labs.com/cm/cs/tpop/debugging.html