• Setting an address to be zero
    Which of these set the address 0x0FFE000 to be equal to zero. 1) const int far zero _at_ 0x0FFE000 = 0; 2) const int far zero _at_ 0x0FFE000 = "0"; 3) const int far zero _at_ 0x0FFE000 = '0';...
  • division by zero
    Hi all, Does anybody know what does the system do when a division by zero occurs? We are running RTX 51 ful kernel on Philips' 80c51, 80c552 and 80c660 controllers. Thanks, Laurent.
  • Trying to transmit with interrupt in XC164CS
    Hi everybody, I am learning to program with MCUs and now i have got the SK-XC164 board.I am trying to transmit via ASC0 a message. This message has 6 equal bytes and I must do it with transmit interrupt...
  • Help! Trying to set up if statement for inut pin
    I have been trying to use this command but only being a novice I am lost. I get error 67 - undefined error. can anyone tell me how to define input pin? thanks
  • unused memory areas are not zero?
    Parts of the address area where are not used by the application are not zero (0x00000000)? e.g. memory areas for CS signals, which were not used? best regards Joe