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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/02/02 03:38
Read: times


 
#23744 - How can convert a hex value to decimal
I working with a 8751 microcontroler,and assembler , I need conect to port1 the ACD0804 8 bits(255 values) and mov this value to the port2 for the BCD decoder to 7 segments, my program only work ok with the first 15 values , after this (16)change it to 22and other values, I only need send to the dysplays (7 segments) a value from 00 to 99 by the port1, my program is

$MOD51
$SYMBOLS
ORG 000H
CLR A
STAR:
CLR A
MOV A,P1
DA A
MOV P2,A
JMP STAR
END

Please Help me...


List of 4 messages in thread
TopicAuthorDate
How can convert a hex value to decimal            01/01/70 00:00      
RE: How can convert a hex value to decim            01/01/70 00:00      
RE: How can convert a hex value to decim            01/01/70 00:00      
RE: How can convert a hex value to decimal            01/01/70 00:00      

Back to Subject List