| ??? 10/01/09 10:35 Read: times |
#169328 - I don't get it. Responding to: ???'s previous message |
Dear Juergen,
I don't get it. Do you mean to say that AHUNDS,ATENS and AONES keep on jumping until it reaches the last line of each? So for example, should I redo the code for AHUNDS as follows (not sure if I'm right):
AHUNDS:
MOV A, R0
FZERO:
CJNE A, #0, FONE
MOV R3, #ZERO
RET
FONE:
CJNE A, #1, FTWO
MOV R3, #ONE
RET
FTWO:
MOV R3, #TWO
RET
thanks for the heads up! regards, JR |



