| ??? 03/18/03 21:10 Read: times |
#41810 - RE: 16 x 2 LCD display Responding to: ???'s previous message |
Uh... too many new things in this now, i have to read more about instructions, Felix.
This short code from you is full of questions. Is "dpl" and "dph" same as datapointer Low and High? What does the line "lcall (your move byte to lcd)" means? I have difficulties to get in to this idea that first we pop and after that is push??? print: pop dpl pop dph loop: clr a movc a,@a+dptr jz end lcall (your move byte to lcd) inc dptr sjmp loop end: push dpl push dph ret Kari |



