]>
Commit | Line | Data |
---|---|---|
440bd198 A |
1 | # ------------------------------------------------------------------------ |
2 | # ti-8x: file(1) magic for the TI-8x and TI-92 Graphing Calculators. | |
3 | # | |
4 | # From: Ryan McGuire (rmcguire@freenet.columbus.oh.us). | |
5 | # | |
6 | # NOTE: This list is not complete. | |
7 | # | |
8 | # Magic Numbers for the TI-82 | |
9 | # | |
10 | 0 string **TI82** TI-82 Graphing Calculator | |
11 | >0x000037 byte 0x0B TI-BASIC Group/Program File. | |
12 | # | |
13 | # Magic Numbers for the TI-83 | |
14 | # | |
15 | 0 string **TI83** TI-83 Graphing Calculator | |
16 | >0x000037 byte 0x0B TI-BASIC Group/Program File. | |
17 | # | |
18 | # Magic Numbers for the TI-85 | |
19 | # | |
20 | 0 string **TI85** TI-85 Graphing Calculator | |
21 | >11 string Backup Backup File. | |
22 | >0x000032 string ZS4 - ZShell Version 4 File. | |
23 | >0x000032 string ZS3 - ZShell Version 3 File. | |
24 | >0x00000B string GDatabase Graphics Database. | |
25 | >0x00003B byte 0x12 TI-BASIC Group/Program File. | |
26 | # | |
27 | # Magic Numbers for the TI-92 | |
28 | # | |
29 | 0 string **TI92** TI-92 Graphing Calculator | |
30 | >0x000058 byte 0x12 TI-BASIC Group File. | |
31 | >0x000012 string Function Function. | |
32 | >0x000048 byte 0x12 TI-BASIC Program. | |
33 | # Files for the TI-80 and TI-81 are pretty rare. I'm not going to put the | |
34 | # program/group magic numbers in here because I cannot find any. | |
35 | 0 string **TI80** TI-80 Graphing Calculator File. | |
36 | 0 string **TI81** TI-81 Graphing Calculator File. |