• 6.20 - last news
    Few days ago, I got a problem with the 6.20 version of C51 keil Software, like you can see on http://www.keil.com/forum/msgpage.asp?MsgID=3260 . Keil support found what's append and send me a mail...
  • 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) ...