• Understanding Output Listings
    I am working on a project with an 8k code space limit (Only using the internal flash of the analog devices ADuC824). I have had some success decreasing the code size by eliminating library routines...
  • Understanding Output Listings
    I am working on a project with an 8k code space limit (Only using the internal flash of the analog devices ADuC824). I have had some success decreasing the code size by eliminating library routines...
  • Understanding defect fixes listed in Compiler Release Notes
    I see that the lists of corrections / known defects in the release notes of each new compiler revision are tagged with a unique identifier (ex. SDCOMP-15294). Is it possible to find further information...
  • Understanding defect fixes listed in Compiler Release Notes
    I see that the lists of corrections / known defects in the release notes of each new compiler revision are tagged with a unique identifier (ex. SDCOMP-15294). Is it possible to find further information...
  • Understand The 8051's Capabilities and C51 Assembly Output.
    One of THE worst things you can do in C51 code is to haphazardly use integers where unsigned chars (bytes) will suffice. Particularly when indexing arrays. While this may seem obvious to some, in my...