Calculator Community > The Axe Parser Project

Breaking the 8K limit

(1/2) > >>

E37:
Quick question: Is there any way to disable the 8K code limit and still use interrupts?
Thanks

TIfanx1999:
IIRC, forum members Hotdog and thepenguin came up with solutions to breaking the 8k limit. I'm not sure if either required interupts to be disabled.Hotdog's was called Crabcake, I think it may have had some stability issues though. I think matrefeytontias, had a hackish way to use multiple app pages. Finally, Both Runer112 and BrandonW might be good people to ask. Runer, since he maintains axe, and Brandon W since he's just incredibly knowledgeable about the hardware from working with it for years.

Eeems:
@Runer112 @BrandonW
Just going to highlight them so they are more likely to view this thread.

Runer112:
The axiom Fullrene should allow you to bypass the 8KB program code limit. There are mixed reports of its efficacy, though. Also, the program needs to be launched from a shell, as the OS simply refuses to launch programs this large.

Alternatively, compile your code as an application to get a bit under 16KB of room, although this may not be desirable for other reasons.

Interrupts being enabled or not should have no bearing on this.

TIfanx1999:
Thanks for the link to fullrene. I couldn't remember what it was called.

Navigation

[0] Message Index

[#] Next page

Go to full version