• this is the problem
    Now I will explain the problem OK. I have to find a way of calling a function before main. How can I do it? can i use a pointer? Give all the possible solutions as soon as you can. See...
  • Problem
    Hi, i also facing same problem as some other yappers here. I want to build a simulator for a 50A 13.6V switching charger for car battery. Does anyone have a good simulation for a schematic and...
  • problem
    Hi I tried to write program in C for AT89s8252. But i am not able to write the program for EEPROM. How to Write The Data To the EEPROM of 89s8252 using C Language.How we can...
  • Example problems
    Hi friends, Any body will send a basic 'c' programmes for understanding ?eg:interfacing lcd,led etc.. plz iam awaiting for ur response.
  • problem with timer
    Can any one help me plz This is the code for some delay on p1.0 pin org 0000h mov tmod,#01h back: mov th0,#0f0h mov tl0,#0f0h setb tr0 cpl p1.0 here: jnb tf0,here clr tr0 clr tf0 jmp...