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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/05/06 07:04
Read: times


 
#115629 - Where is lh_2 defined in phex routing?
Responding to: ???'s previous message
Hello Russel,

I compilied your program and had one error. It says lh_2 symbol doesn't exits. Please explain what I am doing wrong.

Thank you,

Charles Bannister
;-----------------------------------------------------------------------------
;
;	print hex in A
;
;-----------------------------------------------------------------------------
phex:
	push	acc
	swap	a
	acall	l_hex
	pop	acc
l_hex:
	anl	a,#0fh
	add	a,#30h
	cjne	a,#3Ah,lh_1
lh_1:

	jc	lh_2	;if a message in rom terminated by 00h



List of 9 messages in thread
TopicAuthorDate
LCD interface            01/01/70 00:00      
   Didn't Search First            01/01/70 00:00      
      I'm feeling generous            01/01/70 00:00      
         Where is lh_2 defined in phex routing?            01/01/70 00:00      
            Maybe it's a test...?            01/01/70 00:00      
               Finger trubble methinks            01/01/70 00:00      
                  Walso be there            01/01/70 00:00      
                     lh_2 Found. Sorry for confusion.            01/01/70 00:00      
   LCD FAQs            01/01/70 00:00      

Back to Subject List