• C51 V5.10 Run on NT 4.0
    When I compile the same C source file using C51 V5.10 under WIN95 and NT 4.0 I find that the OBJ files generated under NT 4.0 don't match those generated under WIN95. When I perform a binary file comparison...
  • C51 V5.10 Run on NT 4.0
    When I compile the same C source file using C51 V5.10 under WIN95 and NT 4.0 I find that the OBJ files generated under NT 4.0 don't match those generated under WIN95. When I perform a binary file comparison...
  • unable to configure embedded assembler in mdk
    I am writing a bootloader program for ARM cortex-M3. for this i need to use the embedded assember of the keil. i am unable to configure the assember. kindly suggest.
  • unable to configure embedded assembler in mdk
    I am writing a bootloader program for ARM cortex-M3. for this i need to use the embedded assember of the keil. i am unable to configure the assember. kindly suggest.
  • compiler warning in function with embedded assembly
    Note: This was originally posted on 9th May 2012 at http://forums.arm.com I'm using inline ARM assembly in C++ functions and I was wondering how to avoid "control reaches end of non-void function" warnings...