• How to make my own library listable by LIB51?
    Yesterday i created my own C51 library, and when i start another project and add my .lib file to the project, it works well. But wo i'm confused about is that when i use LIB51 LIST XXX.lib(where XXX...
  • RLFlash-FS - File name case
    Hello, I found the following quote on another thread in this forum: "All short name entries meaning 8 or less characters for file name, 3 or less characters for file extension are encoded with...
  • uVision2 SCVS and case sensitive names
    How can I get uVision2 to not use all uppercase file names? I use a version control system (Perforce) that, since it runs on a Linux server, is case sensitive in file names. When uVision2 opens a file...
  • SFR and Upper RAM memory?
    The SFR area is between 0x80 and 0xFF, also the Upper RAM area is between 0x80 and 0xFF. I can access the SFR using direct addressing and the Upper RAM using indirect addressing. My question: are the...
  • upper 128byte of 89S52
    How to use upper 128byte of AT89S52. i.e. SFRs(80H to FFH) Address indirectly with KEIL C51 for general purpose which are not in use. They are directly addressable only as SFR. according to datasheet...