• Strange problem in SERIAL DEBUGING
    Hi, I am making program for modem using 8051. i use "sin" debug command to give data serial. My problem is that when is give sin='0' or any other value then differnt value is stored in buffer which...
  • Strange problem with variable
    HI all. I am developing a programm with the demo version of the keill compiler.The µ-Controller is a cygnal 8051(c8051f124). I have faced a very strange behavior: int Pack_Counter=0; ... if(Pack_Counter...
  • Strange problem with loop
    Hi. Ive been programing for nearly five months now so I am not a noob but I cannot understand this; for ( variable = 1 ; variable < 100 ; variable += 1 ) { // some code if ( foofar ) continue...
  • A strange problem with Philips 89C51RD2
    Using Keil RTX51 Tiny Real Time Kernel I experienced a strange behaviour with Philips micros mentioned above. To allow an interrupt in a routine in the last instruction before RET destroyed the return...
  • A strange problem regarding pointer
    I MUST set a pointer to 0xFF0000 in code space and use instructions as follows: char code *ptr = 0xFF0000; value = *ptr; On debugging, I watch the following code from diassemble window: 11...