??? 12/05/06 08:03 Read: times |
#128962 - Still misleading comment Responding to: ???'s previous message |
Dan K. said:
; display 3 digit BCD number in the A register display_bcd: mov dptr, #segment_table movc a, @a+dptr mov P1, a ret You cannot possibly have a 3-digit BCD number in the 8-bit A register! See http://www.8052.com/forum/read.phtml?id=128853 |