Difference between revisions of "Calculator Documentation"
(Added general hardware information) |
|||
(95 intermediate revisions by 14 users not shown) | |||
Line 1: | Line 1: | ||
== TI-83 (Regular) == | == TI-83 (Regular) == | ||
+ | |||
+ | Available Information: | ||
+ | |||
* [[:Category:83:ROMCalls:By_Name|ROMCalls (System Entrypoints)]] | * [[:Category:83:ROMCalls:By_Name|ROMCalls (System Entrypoints)]] | ||
* [[:Category:83:Flags:By_Name|Flags]] | * [[:Category:83:Flags:By_Name|Flags]] | ||
Line 7: | Line 10: | ||
== TI-83 Plus Family == | == TI-83 Plus Family == | ||
+ | |||
+ | Available Information: | ||
* [[:Category:83Plus:BCALLs:By_Name|B_CALLs (System Entrypoints)]] | * [[:Category:83Plus:BCALLs:By_Name|B_CALLs (System Entrypoints)]] | ||
* [[:Category:83Plus:Flags:By_Name|Flags]] | * [[:Category:83Plus:Flags:By_Name|Flags]] | ||
* [[:Category:83Plus:OS_Information|General OS Documentation]] | * [[:Category:83Plus:OS_Information|General OS Documentation]] | ||
+ | * [[:Category:83Plus:General_Hardware_Information|General Hardware Documentation]] | ||
* [[:Category:83Plus:Hooks:By_Name|Hooks]] | * [[:Category:83Plus:Hooks:By_Name|Hooks]] | ||
* [[:Category:83Plus:Ports:By_Address|Ports]] | * [[:Category:83Plus:Ports:By_Address|Ports]] | ||
* [[:Category:83Plus:RAM:By_Name|RAM Areas]] | * [[:Category:83Plus:RAM:By_Name|RAM Areas]] | ||
* [[:Category:83Plus:Basic|TI-83+ Basic]] | * [[:Category:83Plus:Basic|TI-83+ Basic]] | ||
+ | * [[:Category:83Plus:Quirks|Quirks]] | ||
− | == General Z80 | + | == TI-84+CSE == |
+ | |||
+ | Available Information: | ||
+ | |||
+ | * [[:Category:84PCSE:BCALLs:By_Name|B_CALLs (System Entrypoints)]] | ||
+ | * [[:Category:84PCSE:Flags:By_Name|Flags]] | ||
+ | * [[:Category:84PCSE:OS_Information|General OS Documentation]] | ||
+ | * [[:Category:84PCSE:General_Hardware_Information|General Hardware Documentation]] | ||
+ | * [[:Category:84PCSE:Hooks:By_Name|Hooks]] | ||
+ | * [[:Category:84PCSE:RAM:By_Name|RAM Areas]] | ||
+ | * [[:Category:84PCSE:Basic|TI-83+ Basic]] | ||
+ | Note: Because the TI-84+CSE is based on the older TI-84+ ASIC, much of the hardware related documentation is the same. Therefore, the port list for the TI-84+CSE shall be combined with the TI-83+ ports. | ||
+ | |||
+ | == TI-84 Plus CE[-T], TI-83 Premium CE == | ||
+ | |||
+ | Available information: | ||
+ | |||
+ | * [[:Category:84PCE:Syscalls:By_Name|System Entrypoints]] | ||
+ | * [[:Category:83PCE:Hooks:By_Name|Hooks]] | ||
+ | * [[:Category:84PCE:General_Hardware_Information|General Hardware Documentation]] | ||
+ | * [[:Category:84PCE:OS_Information|General OS Documentation]] | ||
+ | * [[:Category:84PCE:RAM:By_Address|RAM areas]] | ||
+ | * [[:Category:84PCE:Ports:By_Name|Ports]] | ||
+ | |||
+ | The TI-84 Plus CE and TI-83 Premium CE are two models new in 2015. The former is for the USA region (maybe all of North America?) and the latter is for France (Features a PTT LED and an exact math engine, whose new vartypes are documented [https://docs.google.com/document/d/1P_OUbnZMZFg8zuOPJHAx34EnwxcQZ8HER9hPeOQ_dtI here]).<br/> | ||
+ | The hardware is virtually identical between the two models. The TI-84 Plus CE-T is the European counterpart of the TI-84 Plus CE, but has the PTT LED like the 83PCE. | ||
+ | |||
+ | == TI-86 == | ||
+ | |||
+ | Available Information: | ||
+ | |||
+ | * [[:Category:86:ROMCalls:By_Name|ROMCalls (System Entrypoints)]] | ||
+ | * [[:Category:86:Flags:By_Name|Flags]] | ||
+ | * [[:Category:86:General_Hardware_Information|General Hardware Documentation]] | ||
+ | * [[:Category:86:OS_Information|General OS Documentation]] | ||
+ | * [[:Category:86:Ports:By_Address|Ports]] | ||
+ | * [[:Category:86:RAM:By_Name|RAM Areas]] | ||
+ | |||
+ | == M68K Family == | ||
+ | |||
+ | Available Information: | ||
+ | |||
+ | * [[:Category:68k:Ports:By_Address|Ports]] | ||
+ | |||
+ | == Z80 programming == | ||
+ | * [[Meta-tutorial]] | ||
* [[:Category:Z80_Routines|Z80 Routines]] | * [[:Category:Z80_Routines|Z80 Routines]] | ||
* [[Z80 Instruction Set]] | * [[Z80 Instruction Set]] | ||
+ | * [[Z80 Good Programming Practices]] | ||
+ | * [[Z80 Optimization]] | ||
+ | * [[Programming cross z80 calculators]] | ||
+ | * [[Programming APPS vs. Ram Programs]] | ||
+ | * [[Programming under Unix-like operating systems]] | ||
+ | * [[Programming an OS for z80 calculators]] | ||
+ | |||
+ | == Calculator Software == | ||
+ | * [[Notable programs]] | ||
+ | * [[:Category:83Plus:Software|83Plus Software Documentation]] | ||
+ | * [[Experiments]] | ||
+ | |||
+ | == Computer Software == | ||
+ | * [[Link software]] | ||
+ | * [[:Category:Emulators|Emulators]] | ||
+ | * [[Assemblers]] | ||
+ | * [[Compilers]] | ||
+ | * [[IDEs]] | ||
+ | * [[Disassemblers]] | ||
+ | |||
+ | == TI Community == | ||
+ | |||
+ | * [[Beginners|Beginners' manual]] | ||
+ | * [[Calculator General FAQ]] | ||
+ | * [[History of the TI Z80 community]] | ||
+ | * [[:Category:Teams|Programming Teams List]] | ||
+ | * [[TI websites|TI Web Sites List]] | ||
== Contributing == | == Contributing == | ||
Please read our page on [[Contributing]] before you start contributing to WikiTI. | Please read our page on [[Contributing]] before you start contributing to WikiTI. | ||
+ | |||
+ | If you feel like contributing but do not know where, see the [[To Do List]]. |
Latest revision as of 04:52, 20 September 2021
Contents
TI-83 (Regular)
Available Information:
TI-83 Plus Family
Available Information:
- B_CALLs (System Entrypoints)
- Flags
- General OS Documentation
- General Hardware Documentation
- Hooks
- Ports
- RAM Areas
- TI-83+ Basic
- Quirks
TI-84+CSE
Available Information:
- B_CALLs (System Entrypoints)
- Flags
- General OS Documentation
- General Hardware Documentation
- Hooks
- RAM Areas
- TI-83+ Basic
Note: Because the TI-84+CSE is based on the older TI-84+ ASIC, much of the hardware related documentation is the same. Therefore, the port list for the TI-84+CSE shall be combined with the TI-83+ ports.
TI-84 Plus CE[-T], TI-83 Premium CE
Available information:
The TI-84 Plus CE and TI-83 Premium CE are two models new in 2015. The former is for the USA region (maybe all of North America?) and the latter is for France (Features a PTT LED and an exact math engine, whose new vartypes are documented here).
The hardware is virtually identical between the two models. The TI-84 Plus CE-T is the European counterpart of the TI-84 Plus CE, but has the PTT LED like the 83PCE.
TI-86
Available Information:
- ROMCalls (System Entrypoints)
- Flags
- General Hardware Documentation
- General OS Documentation
- Ports
- RAM Areas
M68K Family
Available Information:
Z80 programming
- Meta-tutorial
- Z80 Routines
- Z80 Instruction Set
- Z80 Good Programming Practices
- Z80 Optimization
- Programming cross z80 calculators
- Programming APPS vs. Ram Programs
- Programming under Unix-like operating systems
- Programming an OS for z80 calculators
Calculator Software
Computer Software
TI Community
- Beginners' manual
- Calculator General FAQ
- History of the TI Z80 community
- Programming Teams List
- TI Web Sites List
Contributing
Please read our page on Contributing before you start contributing to WikiTI.
If you feel like contributing but do not know where, see the To Do List.