glossary.html 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
  2. <html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>
  3. <head>
  4. <title>Glossary - GTC documentation</title>
  5. <meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
  6. <link rel='stylesheet' type='text/css' href='layout/default.css' />
  7. </head>
  8. <body>
  9. <p><a href='index.html'>◄ Back to index</a></p>
  10. <div class='c0'>
  11. <h1>Glossary</h1>
  12. <div class='toc'><div class='toctop'><div class='tocbot'><div class='toc-content'>
  13. <b>Contents:</b><ul>
  14. <li><a href='#68000'>68000</a></li>
  15. <li><a href='#a68k'>a68k</a></li>
  16. <li><a href='#AMS'>AMS</a></li>
  17. <li><a href='#Assembly'>Assembly</a></li>
  18. <li><a href='#TIGCC'>TIGCC</a></li>
  19. </ul>
  20. </div></div></div></div>
  21. <div class='c1'>
  22. <div class='c2'>
  23. <div class='c3'>
  24. <div class='c4'>
  25. <hr class='hr4' /><h4 class='heading'><a name='68000'></a>68000</h4><div class='c4in'><hr class='hr4in' />
  26. <p>The type of processor included in TI-89 and above calculators.</p>
  27. </div></div>
  28. <div class='c4'>
  29. <hr class='hr4' /><h4 class='heading'><a name='a68k'></a><a href='glossary.html#a68k'><code>a68k</code></a></h4><div class='c4in'><hr class='hr4in' />
  30. <p>The traditional (and popular) assembler for TI calculators. It is currently
  31. distributed as part of TIGCC.</p>
  32. </div></div>
  33. <div class='c4'>
  34. <hr class='hr4' /><h4 class='heading'><a name='AMS'></a>AMS</h4><div class='c4in'><hr class='hr4in' />
  35. <p>AMS (Advanced Mathematics Software) is the operating system of TI calculators.
  36. It is stored in the Flash ROM.</p>
  37. </div></div>
  38. <div class='c4'>
  39. <hr class='hr4' /><h4 class='heading'><a name='Assembly'></a>Assembly</h4><div class='c4in'><hr class='hr4in' />
  40. <p>The native language of the 68000 processor.</p>
  41. </div></div>
  42. <div class='c4'>
  43. <hr class='hr4' /><h4 class='heading'><a name='TIGCC'></a>TIGCC</h4><div class='c4in'><hr class='hr4in' />
  44. <p>The largest C compiler available for TI calculators. It's a patched GCC
  45. compiler and for this reason is only available for PC platforms.
  46. </div></div>
  47. </div></div>
  48. </div></div>
  49. </div></div></p></div>
  50. </body>
  51. </html>