Re: A86: wierd stuff


[Prev][Next][Index][Thread]

Re: A86: wierd stuff




> I am writing a program, and some weird stuff keeps happening.  i run the
> program, and it works.  i press exit, and i leave the program.  it syas
> "done" on the first line.  if i turn the calc off immediately, without
> clearing the screen, and then turn it back on, there is a string of weird
> hex-characters along the top line.  it is always random, never the same
> string of characters. this isnt a really bad thing, but id like to fix it
> before i release the game.

Quit the program and, instead of turning the calc off, press [2nd] [EXIT].
This will update the screen based on the current text mem. If the string
of characters appears (I think it will), then you just need to clear any
variables you placed in the text mem before RETing.