ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Archives :: File Archives :: TI-84 Plus CE Assembly Misc. Programs
File Archives

TI-84 PLUS CE ASSEMBLY MISC. PROGRAMS

Archive Statistics
Number of files 18
Last updated Thursday, 24 August 2023
Total downloads 18,849
Most popular file  Game of Life with 5,524 downloads.

Click a filename to download that file.Click a folder name to view files in that folder.Click  for file information.

Icon legend: File with screen shots File with animated screen shots File with reviews Featured programs


NameSizeDateRatingDescription
(Parent Dir)folder Up to TI-84 Plus CE Assembly Files
icecompiler.zip567k18-12-02File rated 9.91ICE Compiler
ICE Compiler is a program that compiles TI-BASIC-like language to ASM, the machine code. Create insane games, use the color screen, and make the step to ASM smaller! Speed up your BASIC programs and it's super easy to use! Type your program in the normal editor, compile it within seconds, and you have hours of fun! - v2.2.1
additionedition.zip1k23-08-24File is not ratedTI-84 Addition Edition
Give your TI-84 Plus CE the wonderful functionalities of the TI-83 Plus Addition Edition with this simple program! Props to RoccoLox Programs for helping out a ton on cleaning up the code!
alwaysdark.zip1k23-08-24File is not ratedAlways-on Dark Mode
This program works similar to other dark mode programs for the TI-84 Plus CE, with the exception that it will maintain dark mode even after turning the calculator off and back on again. I'd like to give a massive thanks to RoccoLox Programs for being a huge help on this project and writing a lot of the assembly code. Be sure to check out his projects as well!
battery_estimation.zip1k20-11-05File is not ratedBattery estimation for the TI-84+ CE
This program written in C displays your approximated battery level. It can display the following levels: -More than 75% -Between 50% and 75% -Between 25% and 50% -Between 5% and 25% -Less than 5%
blastccs.zip150k18-04-20File is not ratedBlast Calculator Security Suite
**Early Access Alpha** *scanner fixed* A suite of calculator security tools that actually functions, unlike many of the fake tools that just search for names like VIRUS, or don't scan at all. This program already has the ability to: - Save and update a database of all Programs or Protected Programs on your calculator, consisting of their names, sizes, and a 24-bit checksum. - Compare the current version of the program with the version in the database, and inform you if the size or checksum don't match. - Ability to scan your programs/protected programs for byte sequences that are potentially hazardous, via a virus definitions file that will be community-sourced. - Save your calculator's date and time settings in a secure location, thus preserving it across RAM clears. Every time you run this program, the date/time are either silently re-saved (if later) or restored (if earlier). Upcoming Features: - Ability to view/modify virus definitions on calc. - A firewall to integrate with any networking protocols devised for the CE. - Program running hook to allow the virus scan or checksum scan to be run on a specific program before it runs (disable-able)
blastfis.zip392k20-05-31File is not ratedBlast File Integrity Software
An upgrade and complete rewrite to my older program, Blast Calc security Suite, this program perfects attribute verification and malware detection, and provides a vastly improved UI. It also add the ability to snapshot existing programs and appvars, allowing quick reversion or restoration of any damaged or deleted programs. The virus definitions file (used to scan for malware) is sourced by the calculator community, who can submit potentially harmful code for review and approval. https://www.youtube.com/watch?v=GNddA9x7QHo
cedit.zip2189k21-08-11File is not ratedCEdit
CEdit is a text editor for the TI 84 plus CE. Features: Edit any appvar (scriptable), use cut/copy/paste, compatible with TIOS and BOS.
commas.zip3k22-05-22File is not ratedCommas
Adds commas (or spaces) to real numbers displayed on the homescreen in TI-OS. Can also change the decimal separator.
faster.zip1k15-06-14File is not ratedFaster
This program will temporarily (until you turn it off) make your calculator about 15 to 30 % faster, and enable lower case letters.
gamelife.zip5k20-07-19File is not ratedGame of Life CE
The Game of Life, in full screen and for only 256 bytes.
gol.zip9k16-04-04File is not ratedGame of Life
Conway's Game of Life for the TI-84+CE https://en.wikipedia.org/wiki/Conway's_Game_of_Life The Game of Life is a cellular automaton created by John Conway in 1970. This is an implementation for the 84+CE graphing calculator.
osfonts.zip82k22-03-28File is not rated84+CE OS Fonts for FontLibC
The OS large and small fonts that can be used in C programs for the CE. Just transfer the two AppVars to your calculator and then use FontLibC to access them and display text from the font pack. There is also a program that is included that will display the character map for each font. Use the provided character map images to know the value of each character (take the character from the row and then the character from the column to get the value). Be sure to follow the instructions (https://ce-programming.github.io/toolchain/libraries/fontlibc.html#using-font-packs) on how to use these font packs.
parsec.zip4k20-10-19File is not ratedPARSEC Encryption (PoC)
An encryption tool for the TI-84+CE, inspired by the Serpent encryption algorithm and AES. PARSEC is listed as a PoC because it has not been reviewed or undergone proper cryptanalysis. You can use it as a tool on your calculator, or build the source into your own program as a library.
scriptce.zip35k19-03-21File is not ratedScriptCE v1.1.0
A LUA-like scripting language interpreter for the TI-84 Plus CE
scrollingmenuce.zip28k20-08-24File is not ratedScrolling Menu CE
Scrolling Menu CE is a mimic of the menus built into the TI-84pce meant for use with TI-BASIC programs. It uses a string stored in Ans to make a menu and outputs the ASCII code of the selected option. You can also now use the left and right arrows to switch between menus. If you do end up using this as part of a TI-BASIC program, please acknowledge me and this program. "Scrolling Menu Plus" is a port for the TI-83/84 plus.
texttomorsecode.zip2k18-04-28File is not ratedText to Morse Code (With screen flash)
This useful tool will convert your text into Morse code! Not only that, but it will flash your Morse code back to you using the screen! You can also save and load strings of Morse code for the calculator to flash back. Requires CE OS 5.2 or above. v 3.20 sets your brightness back to its original state when you quit! This program was awarded the October Project of the Month on Cemetech! cemete.ch/t14670
tiwallet.zip297k18-01-10File is not ratedTiWallet - offline Bitcoin wallet
TiWallet is a program for generating and storing a Bitcoin wallet on your calculator. After running the program for the first time and generating a private key, you can use the menu to display QR codes of the address and the private key or remove the current wallet AppVar. The compiled program can be found in the bin subdirectory of the archive. WARNING: It's still very slow, possibly buggy and not for everyday use. The author is not responsible for any loss or damage arising from the usage of this program. Bitcoin may be illegal in some jurisdictions. Please do not use the program if in doubt. For library licenses, see the subdirectories in the source. GitHub: https://github.com/SopaXorzTaker/tiwallet. Uses a port of Richard Moore's awesome QR code library: https://github.com/ricmoo/qrcode.
transliteratorceticalc.zip12k22-01-10File is not ratedTransliteratorCE
TransliteratorCE is a program to transliterate text on your calculator. This means that this program can display text you give, in another alphabet/writing system! You want to display something in Runes? This program makes that possible on your calculator!

  Copyright © 1996-2012, the ticalc.org project. All rights reserved. | Contact Us | Disclaimer