1 # ------------------------------------------------------------------------
2 # ti-8x: file(1) magic for the TI-8x and TI-92 Graphing Calculators.
4 # From: Ryan McGuire (rmcguire@freenet.columbus.oh.us).
6 # NOTE: This list is not complete.
8 # Magic Numbers for the TI-82
10 0 string **TI82** TI-82 Graphing Calculator
11 >0x000037 byte 0x0B TI-BASIC Group/Program File.
13 # Magic Numbers for the TI-83
15 0 string **TI83** TI-83 Graphing Calculator
16 >0x000037 byte 0x0B TI-BASIC Group/Program File.
18 # Magic Numbers for the TI-85
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.
27 # Magic Numbers for the TI-92
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.