does the vdip issue a line feed and a carrage return in every end of a file?
can i view it your way? how would you do it?
Here is a Map of the LCD Display giving the address of each cell. simply do as the book says and use that address where you want the first character to appear.
example:
LCDOUT $fe, 128, "this example uses "
LCDOUT $FE,192,"the first 2 lines"
see the numbers 128, 192, find them on the chart.
It makes no difference if you use decimal or hex representations. 128 = $80, $FE = 254
LCDOUT 254,1 will clear all characters from the screen.
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets. .
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves .
There simply is no "Happy Spam" If you do it you will disappear from this forum.
Bookmarks