• LAST segment misplacement
    hi, according manual, when we need a segment to be placed at the end of specified memory we should use linker directive SEGMENTS. Well, in the field "User Segments" of LX51 Locate I have next string...
  • When RTX was last updated
    Hello, I would like to get an impression how "mature" RTX is. For that I would like to know when RTX was last updated? For example, Micrium uC-OS-II hasn't been changed for the recent 9-10 years, which...
  • last instruction of a program
    is it required that the last instruction of a C51 program be something like this. LABEL:SJMP LABEL Ali Akbar
  • Last program address
    How can I get last program address from my program?
  • last record printing multiple time how to stop at last record....
    void PrintPreTareReport() { SendDataToVFD(0x01,0,10); DisplayStringOnVFD("Report Tare Wt Y/N?",0x80,10); GetKeyYN(); SendDataToVFD(0x01,0,10); if(Key=='Y' || Key=='y') { PrinterCheck(); if(Key2<10) ...