Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - TeruFSX

Pages: [1]
1
The Axe Parser Project / Re: Bug Reports
« on: November 17, 2011, 10:20:00 am »
There appears to be a bug where certain for-output combinations go and corrupt a bunch of memory.

I tried to do this:
Code: [Select]
0->I
For(I,1,8)
rand^16->{I+L1}
End
0->I
For(I,1,8)
Output({I+L1},I,"*")
End
Pause 5000
It ran fine, but upon returning to the home screen it filled with garbage. Free RAM hit 0.
EDIT: Does output use 16-bit ints?

2
Axe / Re: Having trouble with a bit of code.
« on: November 14, 2011, 11:03:40 pm »
No success. I'll see what I can do once I get my touchpad back.

3
Axe / Re: Having trouble with a bit of code.
« on: November 14, 2011, 10:53:24 pm »
I have tried that, it doesn't work. I get pulled back to the exact same place I was before taking the batteries out.

4
Axe / Re: Having trouble with a bit of code.
« on: November 14, 2011, 10:50:15 pm »
I'd try that instead, but my nSpire is stuck right now and I can't get it to reset. The Axe Parser compiler crashes on wabbitemu, so I can't try there.

EDIT: It might also be that these emulators don't work well enough, but I don't think that's it if the Axe Parser manual recommends developing on wabbit.

5
Axe / Having trouble with a bit of code.
« on: November 14, 2011, 10:44:06 pm »
I just started messing with Axe Parser today, as it looks to be a pretty good way to develop better programs quick for the 83/84.

I have a program that, when tested on my test systems (wabbitemu running an 84+SE with OS 2.43 and an nSpire in 84+ mode running 2.56MP) causes catastrophic failures. It is being compiled at normal speed, no shell, with Axe Parser 1.05. On wabbitemu, it exits and leaves the calculator with 0 memory remaining. On the nSpire, it basically hung after I tried to exist. On both systems, it didn't do what I designed it to do. The program is here: http://www.pastie.org/private/atcxyiyf76wxevaa804ibg.

Pages: [1]