Skip to content

Naievil/FlashAppClean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlashAppClean

A clean version of a flash app builder for the TI-84 Plus CSE for Windows.

This can be used in combination with your own code to write flash applications for the 84+CSE. The way it is formatted makes it easy to translate your assembly programs into their own flash apps, as all code is eventually called though main.asm. One very nice feature is compression through the Lite86 Compressor, making the resulting app smaller in archive.

Note: This requires several different things to work correctly. See prerequisites.

How to Use

In order to use this, all that is needed is to double click build.bat in combination with some prerequisites

Prerequisites:

  1. Download Lite86 and put LITE86.EXE/.ASM in the exec folder
  2. Download rabbitsign and put rabbitsign.exe in the exec folder
  3. Download Spasm/Spasm64 and put both executables in the exec folder
  4. Download the 010F.key and put it in the main folder
  5. Attempt to build by double clicking build.bat

Developer Notes: Your code should be integrated into the main function located in asm\main.asm. This makes it a lot easier to port a project from Doors CSE. You can edit the flash app name (on calc) by editing loader.asm You can edit the flash app filename by editing build.bat

Credits

  • Brandon W: Wikiti documentation
  • Patrick Davidson: Calcuzap base code for developing a flash app, integration of Lite86, and save data layout
  • Kirk Meyer: Lite86 Developer

About

Clean flash app template + builder for TI 84 Plus CSE calculators

Resources

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors