Omnimaga

Calculator Community => TI Calculators => General Calculator Help => Topic started by: meishe91 on September 14, 2010, 08:02:55 pm

Title: Buffer Shifting?
Post by: meishe91 on September 14, 2010, 08:02:55 pm
Ok, so I have no idea where this really belongs since I don't know if it is Axe doing it, just from assembly, or something else. But this has been bugging me for a bit and just haven't gotten around to asking until right now.

For the sake of this I'm just gonna suggest using the little program nemo wrote here (http://ourl.ca/7030/117009) since I know it happens with it.

But when you run that program up to seven times in a row (without clearing the screen) until it looks like it shifts tiles upwards or part of them or something. It's odd but I just wasn't sure what was happening or if I'm the only one this happens to or what. If you want a screenshot of what I mean I can make one.

Thanks anyone who can help.
Title: Re: Buffer Shifting?
Post by: nemo on September 14, 2010, 09:28:32 pm
it's an axe thing. if you put ClrHome or maybe DiagnosticOff at the top of the code, the screen won't shift. i'm not sure why, but i think it has something to do with Done being displayed at the end of the program.
Title: Re: Buffer Shifting?
Post by: meishe91 on September 14, 2010, 09:35:33 pm
Ah ok. I just wasn't sure if it was Axe or assembly in general. It's a weird little glitch though ??? I'm assuming Quigibo hasn't found a way to fix it yet then? Besides the ClrHome/DiagnosticOff thing.
Title: Re: Buffer Shifting?
Post by: nemo on September 14, 2010, 09:36:31 pm
it's not really a glitch, i think it's more a TI-OS thing with the Done message being displayed. by the way, did that program you link to work? i didn't have the time to test it but just combed through the code a few times to check
Title: Re: Buffer Shifting?
Post by: meishe91 on September 14, 2010, 09:44:24 pm
Ah ok. I gotcha. Still odd.

As far as I can tell though it works. I'm not sure what the end result is supposed to be though. I've gotten two different ones so far, since I've had to type it in twice now.
Title: Re: Buffer Shifting?
Post by: nemo on September 14, 2010, 09:48:14 pm
if a black square = 1, a blank space = 0 and a black circle = 2, this should appear:
11111
11011
10201
11011
11111
Title: Re: Buffer Shifting?
Post by: meishe91 on September 14, 2010, 10:01:41 pm
Ah ok. Well I think I got something like that the first time. Not the second time though. I can recheck it sometime soon though. I already deleted it :P