|
Name |
Size |
Date |
Rating |
Description |
|
(Parent Dir) |
folder |
|
Up to TI-83/84 Plus Assembly Files |
|
ion |
folder |
|
TI-83/84 Plus Assembly Graphics Programs (Ion) |
|
mirageos |
folder |
|
TI-83/84 Plus Assembly Graphics Programs (MirageOS) |
|
tse |
folder |
|
TI-83/84 Plus Assembly Graphics Programs (TSE) |
 |
xorpic.zip |
35k |
08-06-12 |
 |
Xor sprite routine This BASIC utility takes a list in the answer and draws a sprite on the screen (It is completly explained in the readme file.) Because it's assembly, the sprite can even be drawn on the home screen. |
 |
blod.zip |
1k |
08-01-31 |
 |
BLOD This creates the blue lines of death. Just send the 2 programs to your calc and run BLOD. The program will shutdown after 5-7 seconds so it shouldn't harm your calc, or just press enter to exit. |
 |
starsscreensaver.zip |
155k |
07-12-06 |
 |
Stars screensaver This is just a little program I threw together just to find out how far I am with assembly. It's a simplified version of the popular Windows screensaver. :P |
 |
effect.zip |
91k |
07-04-26 |
 |
Fall-Down Effect A sort of fall-down effect basic-programmers might want to use. Feel free to use it in asm-programs too if you feel like it. |
 |
mandbrot.zip |
5k |
07-01-27 |
 |
The fastest Mandelbrot program The fastest Mandelbrot-painter-programm for the TI-83 Plus, needs no shell. Uses it's own FP Format, what makes the incredible performance possible. |
 |
bytedraw.zip |
1k |
06-08-25 |
 |
Bytedraw Bytedraw lets you draw 8 pixels simultaniously, every pixel is set to the correspondant bit in the byte you input. This program only overwrites (no OR/XOR/AND logic). |
 |
cool.zip |
1k |
05-12-18 |
 |
Shutter Effect - Mini Tutorial This is a minature tutorial source that displays a shutter (binary countdown) effect. |
 |
matrix.zip |
1k |
05-11-07 |
 |
Matrix Random series of special characters scrolling randomly down the screen resembling the computer screens in The Matrix. |
 |
inverter.zip |
2k |
05-08-19 |
 |
Inverter v1.01 The impetus for this program came from all the *low quality* BASIC graphics programs I've seen posted at ticalc.org, most of which deal with inverting large portions of the screen. Well, in my humble opinion, that sort of thing is best handled in ASM instead. Thus, here is an exceedingly fast and small full screen inverter. It inverts the screen instantaneously and is only 36 bytes!! |
 |
copybg.zip |
3k |
05-05-01 |
 |
[Doors CS] CopyBG v1.2 his tiny program will convert any picture in Pic7 into a Doors CS-compatible background image file. You can create and use Doors CS background images simply by running this program. Check out the screenshots; Doors CS 5 certified. Now compatible with the TI-83 and the TI-83+/84+ series. |
 |
asmmouse.zip |
5k |
05-03-02 |
 |
ASM Mouse This is my first ASM program ever released. It draws a mouse on the screen and allows you to create a background as Pic0. When the user clicks it returns the X and Y of the cursor at the point of click as X and Y. Only 319 bytes (20 less then last release)! ENJOY! Thanks to: Smitemeister Software Detached Solutions Bored Productions II |
 |
zpicman.zip |
4k |
04-11-25 |
 |
Picture Manager v1.0 This program merges the capabilities of ZPIC, ZSTO and a few new functions into 1 program. Basically, you can archive/unarchive/delete/recall/store up to 255 different pictures on your calculator! It also returns various error codes in case something went wrong (like bad input), so the program wont error out! This is MOST useful in graphics-intensive programs, like BASIC picture editors and BASIC games. |
 |
ca.zip |
1k |
04-11-20 |
 |
Cellular Automata This program draws all 256 1d cellular automata. The draw time is less than a second and the program is under 200 bytes! |
 |
zsto.zip |
9k |
04-10-12 |
 |
ZSTO v1.0 Simply put, this program will allow you to save to 255 picture variables, thereby bypassing the 10 picture limit! Great for graphics-intensive programs! Make sure you d/l ZPIC, so you can recall those pictures! |
 |
narutoleafsprite.zip |
1k |
04-10-09 |
 |
Naruto Leaf Sprite This is a full screen naruto leaf sprite for use in ASM programs. |
 |
tipaint.zip |
8k |
04-01-26 |
 |
TI - Paint A great painting tool that can save and read from any of the 10 pics that are standard on the calc, but also has 3 save files stored inside itself. The pen has 3 sizes, and can be drawn in a dotted line, like in the screenshot. Read the documentation, because it explains it all in more detail. |
 |
ctraste.zip |
1k |
03-10-30 |
 |
(Simple) Contraste Manager (My first ASM program) Simple program which shows you the value of your Contrast. By pressing Left or Right you have the ability of changing this value instantly. Read the Readme.txt it's pretty useful if you want to know why I made this. |
 |
custompics.zip |
6k |
03-08-17 |
 |
Custom pics This program allows you to save an unlimited number of pics with custom names. The pictures are stored in lists of 786 bytes. program size:182 bytes. my first ASM program. No shell needed |
 |
ff1mapdemo2.zip |
13k |
03-07-04 |
 |
Final Fantasy World Map Remake Project v0.008 An update from the previous program. World map is slightly bigger, and I think that the up/down motion is faster (I think...). Read the ReadME file for more details. Won't be updated again until the entire map is done. |
 |
betamouse.zip |
3k |
03-06-09 |
 |
Mouse v3.0 This is a beta test for a program I'm working on. It will be a asm mouse to work in basic programs. This version is very buggy (see the readme) but it runs. It just draws a mouse on the screen and lets you move it around. It also stops when it hits the edge of the screen. I'm releasing this in the hopes that someone will know the code I need to finish it. (Thanks to Smitemeister Software for fixing the "close" bug) |
 |
shiftscreen.zip |
4k |
02-07-22 |
 |
Shift Screen This proggy will put the top four lines on the bottom & vice versa. |
 |
scrollingss.zip |
1k |
02-05-12 |
 |
Scrolling Screen Saver This program displays a scrolling "DeSmet" that can be run indefinitely or stopped after a set number of iterations. The string can be changed with recompilation. Visit my Website!!! |
 |
bouncingss.zip |
2k |
02-05-12 |
 |
Bouncing Screen Saver This program displays a bouncing "DeSmet" that can be run indefinitely or stopped after a set number of iterations. The string can be changed with recompilation. Visit my Website!!! |
 |
scrntool.zip |
5k |
01-03-25 |
 |
Graph Screen Wipes This is a collection of 8 screenwipes. They will take whatever is in the graph buffer and move it up, left, down, right, up+left, up+right, down+left or down+right. Usefull as a subroutine in either basic or assembly programs. Same principle behind side-scrolling games... except this shows how to do diagonal as well as left, right, up and down. 2nd release: Bugfree as far as I know. Also contains a demo program to demonstrate what it does. 3rd release: Now supports user defined scrolling amounts (store a number in X, and the screen will be scrolled that many lines) |
 |
ssmaker.zip |
2k |
01-02-08 |
 |
Screen Shot Maker v0.9 This program lets you take a screen shot of the graph and saves it as an assembly program. The new program, when you run it, copies the picture to the graph and displays it. This is usefull for Basic programmers that are writing graphics-heavy programs and have run out of pics. This version is bug-free. If you don't like the program much, it does have a nice string input routine you might like. |
 |
ginverse.zip |
1k |
00-11-18 |
 |
Instant Graph Inverse This program takes the graph buffer and inverses it (very quickly). Very useful as a subroutine for either basic or assembly programs. I realized right after releasing the last version that there was a way to optomize it so it would be about half as big, so here it is. |
 |
greypic.zip |
3k |
00-10-24 |
 |
GreyPic8x This program takes three pics (pic1, pic2 & pic3) and converts them into a greyscale screen. Very useful for Basic programmers if they want a greyscale title pic. Even if you aren't gonna use it for basic programming, try it out... It's pretty cool anyways. |
 |
zpic.zip |
1k |
00-03-15 |
 |
Zpic v1.2 Recalls any picture 1-255 to the graph very quickly, without having to clear the graph. It also recalls Archived pics without unarchiving them. |