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

Back to Subject List

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


 
#23987 - RE: question about pointer with DB refer
Hi Sunny,

at first you must sort your pattern table in exact the same order as the ASCII code, since any DB "TEXT" statement use the ASCII code.

Then you get the first byte and multiply it with 6, if you need 6 bytes per character. The result in B,A must be added to the start address of the pattern table and load it into DPTR. With A = 0..5 you can read the 6 bytes and send to the display.
Repeat this for any byte in your DB "TEXT" statement.


Peter


List of 2 messages in thread
TopicAuthorDate
question about pointer with DB reference            01/01/70 00:00      
RE: question about pointer with DB refer            01/01/70 00:00      

Back to Subject List