• RENAMECLASS doesn't work with ICODE
    Hello, I use the RENAMECLASS Pragma for several sections and it works fine. For some reason it doesn't work with ICODE. The compiler says "unknown class". But the ICODE class is used several times and...
  • RENAMECLASS doesn't work with ICODE
    Hello, I use the RENAMECLASS Pragma for several sections and it works fine. For some reason it doesn't work with ICODE. The compiler says "unknown class". But the ICODE class is used several times and...
  • NCODE&FCODE definitions
    Hello ALL! It would be very nice to get an answer... on the link http://www.keil.com/support/docs/1134.htm for the large memory model is stated: NCODE (0X100000-0X10FFFF), .......... FCODE...
  • NCODE&FCODE definitions
    Hello ALL! It would be very nice to get an answer... on the link http://www.keil.com/support/docs/1134.htm for the large memory model is stated: NCODE (0X100000-0X10FFFF), .......... FCODE...
  • #pragma pack
    Does the realview arm compiler support the following syntax: #pragma pack(push, 1) and #pragma pack(pop) or do I need to separate it into #pragma push #pragma pack(1) and #pragma pop...