| ??? 12/09/02 13:52 Read: times |
#34061 - RE: instruction counter haiku |
i write my program as!
............................... mov r4,#4 loop: mov p1,#0ffh call delay(100 microsec) mov a,p1 add a,r3(summing all the inputs) mov r3,a(storing sum in r3) djnz r4,loop ......................... |



