So say this code:

Code:
LCDOUT $FE, $40,$12
LCDOUT $FE, $48,$15
Will send $12 to 1st line of 1st char and $15 to 1st line of 2nd char, but if I call the LCDOUT $FE, $40, $12 again, it will be written into 2nd line of 1st char, right?