Difference between revisions of "Programming APPS vs. Ram Programs"

From WikiTI
Jump to: navigation, search
(Introduction)
(APPS)
Line 7: Line 7:
  
 
== APPS ==
 
== APPS ==
* no write back or self modifying code
+
* Code starts in $8000
* relocation
+
* An APPS need an apps header
* page calls, jumps or copy data
+
* No write back or self modifying code
 +
* Relocation may be needed
 +
* Page calls, jumps or copy data

Revision as of 06:48, 5 November 2009

This article is a stub. You can help WikiTI by expanding it.


Introduction

This is intended for calculators with Flash memory and so APPS, this means, the TI-8x family and TI-73.

Programming APPS is very much like ram programs with some extra things to keep in mind.

APPS

  • Code starts in $8000
  • An APPS need an apps header
  • No write back or self modifying code
  • Relocation may be needed
  • Page calls, jumps or copy data