On Sat, 29 Aug 1998 08:42:15 +0200 Quentin writes: >Another idea hit me. Instead of having lines of RETLW to write a >message to >the LCD, how about putting the whole ASCII table in the lookup table. >Then with some sort of formula (or codes) make up a message. It would >be >easier to edit. MPASM lets you make tables of text (string constants in a way) easily with the 'dt' directive. For example, dt "Text" is the same as retlw "T" retlw "e" retlw "x" retlw "t" >Even better, no ASCII table, just work out the ASCII values as needed. As you see above, MPASM will handle the ASCII for you. The value which is actually stored is the ASCII code of the letter in quotes. For example, "0" converts to 0x30. _____________________________________________________________________ You don't need to buy Internet access to use free Internet e-mail. Get completely free e-mail from Juno at http://www.juno.com Or call Juno at (800) 654-JUNO [654-5866]