-
-
Notifications
You must be signed in to change notification settings - Fork 2
Downloading
Downloading and installing ICE on your calculator is very simple, and requires a few steps:
-
Download the latest stable ICE from the Cemetech Archives.
-
Extract the
.zip
file you just downloaded using a program such as Bandizip, winRAR, 7zip or something similar. -
If you are using a real calculator, send both
ICE.8xp
andICEHOOKS.8xv
to your TI-84 Plus CE using TI Connect CE.ICE.8xp
should be put in RAM, andICEHOOKS.8xv
in Archive. -
If you are using CEmu, drag and drop
ICE.8xp
to the right half of the screen (labeled "RAM"), then drag and dropICEHOOKS.8xv
to the left half of the screen (labeled "Archive"). -
Run ICE at least once so it can setup itself and install the necessary hooks. If you are not using OS 5.3 or newer, you must use the
Asm(
token found in the catalog ([2nd]
,[0]
), before the program name to run an assembly program like ICE. It should look like this:If you are using OS 5.3 or newer, you can omit the
Asm(
token and run it like any other program.
ICE Compiler | Peter Tillema
- Introduction
- Building your first program
- Math and numbers
- Variables
- Standard system commands
- Program flow control
- Pointers
- Graphics
- Sprites
- Tilemaps
- Useful routines