• 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 instruction of a program
    is it required that the last instruction of a C51 program be something like this. LABEL:SJMP LABEL Ali Akbar
  • Pin output last state when programming
    Hi all, I'm using IAR 6.5 with MSP430, sometimes when I program the MCU the output pin goes on 'H' instead of 'L' and causing power failure (due to the analog function of that pin). My assumption...
  • Pin output last state when programming
    Hi all, I'm using IAR 6.5 with MSP430, sometimes when I program the MCU the output pin goes on 'H' instead of 'L' and causing power failure (due to the analog function of that pin). My assumption...
  • 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) ...