Difference between revisions of "83Plus:Software:Codex"

From WikiTI
Jump to: navigation, search
 
m (Codex moved to 83Plus:Software:Codex)
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
== Codex Library ==
 
== Codex Library ==
 
Codex was designed for the TI-83+ (?) and higher calculators. It's one of the many programming libraries available that lets BASIC programmers access many useful Assembly functions, and can spice up any already made program.
 
Codex was designed for the TI-83+ (?) and higher calculators. It's one of the many programming libraries available that lets BASIC programmers access many useful Assembly functions, and can spice up any already made program.
 
+
<p>
 
Routines (some of the many)
 
Routines (some of the many)
 
+
<ul>
- Scroll the graph screen in any direction
+
<li>Scroll the graph screen in any direction
- Type lowercase text
+
<li>Type lowercase text
- turn Alpha-lock on (for Input statements)
+
<li>Turn Alpha-lock on (for Input statements)
- Hide the Run indicator
+
<li>Hide the Run indicator
- Create/erase/inverse windows on the screen quickly
+
<li>Create/erase/inverse windows on the screen quickly
- Delete programs with a single command
+
<li>Delete programs with a single command
 +
</ul>

Latest revision as of 19:10, 23 September 2006

Codex Library

Codex was designed for the TI-83+ (?) and higher calculators. It's one of the many programming libraries available that lets BASIC programmers access many useful Assembly functions, and can spice up any already made program.

Routines (some of the many)

  • Scroll the graph screen in any direction
  • Type lowercase text
  • Turn Alpha-lock on (for Input statements)
  • Hide the Run indicator
  • Create/erase/inverse windows on the screen quickly
  • Delete programs with a single command