02-27-2012, 12:10 PM
Hmm. If I believe that... Okay - what if I try
At the start of the code?
That should point it at a safe place, because it's variable space..
However, what it actually does is print a garbled UDG, followed by a mirror of it.
Code:
DIM UDG (7) => {%10000000,%01000000,%00100000,%00010000,%00001000,%00000100,%00000010,%00000001}
POKE UINTEGER 23675,@UDG
At the start of the code?
That should point it at a safe place, because it's variable space..
However, what it actually does is print a garbled UDG, followed by a mirror of it.