• 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...
  • this is non portable code ?
    unsigned char buf[100] . . . unsigned int val; . . . val = *((unsigned int *)(&buf[1])); . . . comments?
  • 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,...
  • 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...
  • Creating a not-so-portable Delay library
    Hello, I'm rather new to Keil C and just getting geared up to use it on my next project. ATM, I'm overwhelmed with the number of options and extensions that are available. I intend to write a C "library...