Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/09/07 15:54
Read: times


 
#141637 - Many mistakes
Responding to: ???'s previous message
Thanks, I did not burn that code.

* CJNE 33H,36H,NEXT ;which is not possible

MOV A,33H
CJNE A,36H,NEXT ;possible

I want to jump to sub routine named "next" which is at memory space
more than 128 bytes

* CJNE A,36H,NEXT ; will not work

CJNE A,36H,N1 ;where N1 is another sub-routine
MOV 31H,#00H
RET
N1:
JMP NEXT ; Required objective

I am really sorry for troubling you.

List of 8 messages in thread
TopicAuthorDate
CJNE modification            01/01/70 00:00      
   data, registers, acc, and existing instructions            01/01/70 00:00      
      a minor correction            01/01/70 00:00      
         blame on me!            01/01/70 00:00      
         Solution            01/01/70 00:00      
            huh?            01/01/70 00:00      
            I do not like that            01/01/70 00:00      
   Many mistakes            01/01/70 00:00      

Back to Subject List