| ??? 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... |
| Topic | Author | Date |
| 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 |



