Perfect sense.
When I wrote last night I was writing +23, but in my mind I was thinking that we were adding a random number not a constant so I was seeing both odd and even possibilities being wrote.
So, I guess that indirectly I knew the answer! :-)
Couldn't this:
Read 0,B0
W0=W0+23
Write 0,B0
also be written as:
Read 0,B0
B0=B0+23
Write 0,B0
Even when I use RANDOM W0 later it should know W0 to be somethig like %0000000011011011 since a B0 value was previously written at start up?
I'm going to post a bit of code sometime today. I've been thinking about it using my new found knowledge of bit locations. I'm curious if it would work.
Thanks.
Bart
Bookmarks