0 Members and 6 Guests are viewing this topic.
What is the maximum program size? I'm at 7000 bytes now.
Wait, I saw somewhere that we could quit the program with Returnr but it crashes when I try . I thought it might be because of CrabCake, but I don't know. Could it be ?
Returnr|Emergency exits the program from within any number of nested calls.
Quote from: Hayleia on November 13, 2011, 01:25:30 pmWait, I saw somewhere that we could quit the program with Returnr but it crashes when I try . I thought it might be because of CrabCake, but I don't know. Could it be ?Quote from: Axe DocsReturnr|Emergency exits the program from within any number of nested calls.Quote from: epic7 on November 13, 2011, 02:18:28 pmWhat is the maximum program size? I'm at 7000 bytes now. It's 8150-something if you're compiling for 'No Shell', 8811 otherwise.
Quote from: Hayleia on November 13, 2011, 01:25:30 pmWait, I saw somewhere that we could quit the program with Returnr but it crashes when I try . I thought it might be because of CrabCake, but I don't know. Could it be ?Quote from: Axe DocsReturnr|Emergency exits the program from within any number of nested calls.
Quote from: Darl181 on November 13, 2011, 07:50:47 pmQuote from: Hayleia on November 13, 2011, 01:25:30 pmWait, I saw somewhere that we could quit the program with Returnr but it crashes when I try . I thought it might be because of CrabCake, but I don't know. Could it be ?Quote from: Axe DocsReturnr|Emergency exits the program from within any number of nested calls.Quote from: epic7 on November 13, 2011, 02:18:28 pmWhat is the maximum program size? I'm at 7000 bytes now. It's 8150-something if you're compiling for 'No Shell', 8811 otherwise.I believe it is 8192, but yeah, 8811 for shelled programs.
Unless you use Fullrene/Crabcake, which gets rid of the limit, right?
They are axioms that gets rid of the 8811/8192 KB code limit, if I remember.
.A is for levelIf A=1.The first argument is the money requirementGAME(0,6,0,4,3,1ElseIf A=2GAME(300,0,0,4,3,1ElseIf A=3(goes on with different args 'till A=8)End.Lotsa stuffLbl GAME.Lotsa stuffFor(P,0,r5).Lotsa stuff If (r2<J) and (r1<G) and (r3<L).G is the amount of money the user hasA++G-r1->G1->N.Level up and returnReturnEndDispGraphEnd
[Pic#]->A .this puts your TI-OS-PIC# in the ram and stores the beginning address to a.Copy(A,L6,768) .this copies the 768 bytes to the main buffer to display the picture.