Author Topic: Buffer Shifting?  (Read 4003 times)

0 Members and 1 Guest are viewing this topic.

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Buffer Shifting?
« 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 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.
« Last Edit: September 14, 2010, 08:03:09 pm by meishe91 »
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Buffer Shifting?
« Reply #1 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.


Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Buffer Shifting?
« Reply #2 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.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Buffer Shifting?
« Reply #3 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


Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Buffer Shifting?
« Reply #4 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.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Buffer Shifting?
« Reply #5 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


Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Buffer Shifting?
« Reply #6 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
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)