Something like this
Code:
B var word
counter var word
main:
counter = 0
b = 0
lcdout $FE,1 ' Clear LCD
for counter = 0 to 255
LCDOUT $fe,$2,b," ",#counter
PAUSE 250
b = b + 1
next counter
goto main
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