| ??? 10/19/01 04:37 Read: times |
#15857 - RE: Converting my o/p to drive LCD disp |
Dopes: ; set dptr to index*2 + address of dopes
; retrieve the right dptr value, then output the string at its location DW string1 DW string2 DW string3 etc string1: DB "too much too type1",0 string2: DB "too much too type2",0 string3: DB "too much too type3",0 |



