• 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
  • Providing Delay Using Timer
    HI, I am using STR91x I wish to provide delay using timer in my program. while studying the timer i came to know in str91 there are different modes like OC,IC. (I am not using PWM mode...
  • Programering with the 8051, novice programer questions?
    So im very keen on the 8051 and I kind of want to use it for programming. Like for righting code while Im away from the house. what compilers would be available to me? Sorry if these sound nubberish...
  • 8051 to 8051 interfacing program in c
    PROGRAM IN C LANGUAGE to transfer data from 8051(philips) port 2 to 8051(philips) port 2...data is two different 13 digit codes which will be represented by a single digit .. EXAMPLE :: if the two codes...
  • including asssembly instruction in c program
    How to include a single or few assembly instructions in the c program without using function call?