• Code portability
    Hello, I was browsing through older posts that deal with the painful issue of portability ( http://www.keil.com/forum/docs/thread8109.asp ). I was (and still am) a big advocate of programming as much...
  • Is this portable code?
    Does this code port well to a 16 bit machine (written on 32 bit machine)? int code = 0x10 ; int marker = 0x20 ; unsigned long frame; int main(void) { frame = (unsigned short)~marker<<11 | (unsigned...
  • Portable protocol Analyzer
    Hi: Does anyone knows where to buy a good portable protocol analyzer? All I want to do is to minitor the RS232 bus lines - both RX and TX. The baud rate, the number of bits per char, the stop bit,...
  • Non Specific
    Compleated
  • What does the C standard say about portability?
    Hello, See here: www.open-std.org/.../C99RationaleV5.10.pdf Is it possible that "Jack Sprat", the staunch defender of the C standard as the ultimate reference when writing programs, missed...