• *((int *)&Buf[2]) = 0x12345678;
    RVMDK v3.00a, Hello World sample for RealView compiler #pragma pack(1) unsigned char Buf[40]; int main (void) { *((short int *)&Buf[0]) = 0x77ff; *((int *)&Buf[2]) = 0x12345678; /* initialize...
  • *((int *)&Buf[2]) = 0x12345678;
    RVMDK v3.00a, Hello World sample for RealView compiler #pragma pack(1) unsigned char Buf[40]; int main (void) { *((short int *)&Buf[0]) = 0x77ff; *((int *)&Buf[2]) = 0x12345678; /* initialize...
  • Lint error translator from Keil?
    I donwloaded the latest *.lnt files from Keil today. It had a file named LINTXLAT.EXE. When I ran it from the command line, it showed this message. Lint Error File Translator. Version 1.57 Copyright...
  • Lint error translator from Keil?
    I donwloaded the latest *.lnt files from Keil today. It had a file named LINTXLAT.EXE. When I ran it from the command line, it showed this message. Lint Error File Translator. Version 1.57 Copyright...
  • A51 Assembly Translation from Old Code
    Hello All, Total assembly noob here, apologies in advance if my problem is trivial. I am working on a project that requires making an adjustment to code written in '91. The MCU is an OKI/LAPIS 80C31F...