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 14:39
Read: times


 
#141629 - I do not like that
Responding to: ???'s previous message
Another problem was to extend the distance of cjne(more than 128 byte) jump.I tried the following code

CJNE A,#DATA,TARGET
........
........
........
TARGET: JMP JUMP1


I do not like that, the naming is VERY confusing. When needed, I do as follows:

cjne ...,Ralph1
.......
;; crutches
Ralph1: ljmp Ralph

That way the naming is clear, and a search on "Ralph" will give all places.

Erik

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