Attached·is something which can be quite important...
It contains this which is commented out. Uncomment it and it will write spaces to the first part of EEPROM memory and give you a "clean slate"....
i·· VAR Byte
'FOR i = 0 TO $100··· 'Uncomment for "clean slate", then comment and run again
'· WRITE i, "· "
'NEXT
Then comment·the above·again and run·it again and it runs just this part...
test1 DATA "$FF,$FF,$FF,$FF,$FF"
test2 DATA "······· "
test3 DATA "$FF$FF$FF$FF$FF"
test4 DATA "······· "
test5 DATA $FF,$FF,$FF,$FF,$FF
test6 DATA "······· "
test7 DATA "FF,FF,FF,FF,FF"
test8 DATA "······· "
test9 DATA "FFFFFFFFFF"
test10 DATA "······ "
Then run my ASCII EEPROM viewer and see how it stored each one!
Hello, Bill190.
Just wanted to post a thankyou for all your effort, and a brief status update. I had to deviate a day and a half from this project since my last post but will get back onto it for a few hours tomorrow.
Comments
It contains this which is commented out. Uncomment it and it will write spaces to the first part of EEPROM memory and give you a "clean slate"....
i·· VAR Byte
'FOR i = 0 TO $100··· 'Uncomment for "clean slate", then comment and run again
'· WRITE i, "· "
'NEXT
Then comment·the above·again and run·it again and it runs just this part...
test1 DATA "$FF,$FF,$FF,$FF,$FF"
test2 DATA "······· "
test3 DATA "$FF$FF$FF$FF$FF"
test4 DATA "······· "
test5 DATA $FF,$FF,$FF,$FF,$FF
test6 DATA "······· "
test7 DATA "FF,FF,FF,FF,FF"
test8 DATA "······· "
test9 DATA "FFFFFFFFFF"
test10 DATA "······ "
Then run my ASCII EEPROM viewer and see how it stored each one!
Just wanted to post a thankyou for all your effort, and a brief status update. I had to deviate a day and a half from this project since my last post but will get back onto it for a few hours tomorrow.