This repository was archived by the owner on Jan 26, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Modifiers
Peter Tillema edited this page Sep 15, 2018
·
1 revision
There are two little modifiers you can use with constants in your ICE programs:
- Scientific E (E). You can paste this in by hitting
[2nd]
,[,]
. When this is placed directly before a constant, ICE will convert the constant from hexadecimal to decimal when compiled. - Pi (π). You can paste this in by hitting
[2nd]
,[ˆ]
. When this is placed directly before a constant, ICE will convert that constant from binary to decimal when compiled.
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