??? 09/23/04 06:09 Read: times |
#77979 - RE: why my ACALL do not work?? Responding to: ???'s previous message |
Russell Bull wrote:
------------------------------- DJNZ - decrement and jump if not zero. if the var is already 0 dec = 0xff jump I would say that if the var is 0 you are looping 256 times if it is 0ffH you will loop 255 times, but both will work, you will not be stuck in loop. When var is 1 and decremented it becomes zero and we fall through. Anders |