index.html 4.4 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>GTC 0.90.2 - 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. <div class='c0'>
  10. <h1>GTC 0.90.2</h1>
  11. <div class='toc'><div class='toctop'><div class='tocbot'><div class='toc-content'>
  12. <b>Contents:</b><ul>
  13. <li><a href='#About.GTC'>About GTC</a></li>
  14. <li><a href='#Documentation.summary'>Documentation summary</a></li>
  15. </ul>
  16. </div></div></div></div>
  17. <div class='c1'>
  18. <div class='c2'>
  19. <hr class='hr2' /><h2 class='heading'><a name='About.GTC'></a>About GTC</h2><div class='c2in'><hr class='hr2in' />
  20. <p>GTC is a C compiler to create programs for the TI-89/TI-92+/V200 calculators. You can choose to run the compiler either on a computer (<em>cross-compilation</em>) or directly on a TI calculator (<em>on-calc</em> compilation).
  21. You can <a href='http://gtc.ti-fr.com/'> download GTC here</a>.</p>
  22. <p><b>Warning</b>: the Windows version does not have a graphical interface yet, so
  23. you should only use it if you know how to run programs from the command line.</p>
  24. <p>Please note this is preliminary documentation. Some important topics are
  25. missing, and you may find broken links.</p>
  26. </div></div>
  27. <div class='c2'>
  28. <hr class='hr2' /><h2 class='heading'><a name='Documentation.summary'></a>Documentation summary</h2><div class='c2in'><hr class='hr2in' />
  29. <p>General information:</p>
  30. <ul><li> <a href='credits.html#Credits.and.licensing'>Credits and licensing</a>
  31. </li><li> <a href='version.html#Version.history'>Version history</a>
  32. </li><li> <a href='credits.html#Contact'>Contact</a>
  33. </li></ul>
  34. <p>Getting started:</p>
  35. <ul><li> <a href='oncalc.html#On-calc.IDE'>Getting started with the calculator compiler</a>
  36. </li><li> <a href='windows.html#Getting.started.with.the.Windows.compiler'>Getting started with the Windows compiler</a>
  37. </li><li> <a href='building.html#Building.GTC'>Getting started with the Unix compiler</a>
  38. </li><li> <a href='http://gtc.ti-fr.com/gtc-examples.zip'> Download some examples</a>
  39. </li></ul>
  40. <p>General TI programming documentation:</p>
  41. <ul><li> <a href='http://tigcc.ticalc.org/doc/hdrindex.html'>TIGCCLIB headers</a>: list of TI functions, grouped by category
  42. </li><li> <a href='http://tigcc.ticalc.org/doc/catalog.html'>TIGCCLIB index</a>: list of TI functions, sorted alphabetically (quick access: <a href='http://tigcc.ticalc.org/doc/catalog.html#A'> A</a> <a href='http://tigcc.ticalc.org/doc/catalog.html#B'> B</a> <a href='http://tigcc.ticalc.org/doc/catalog.html#C'> C</a> <a href='http://tigcc.ticalc.org/doc/catalog.html#D'> D</a> <a href='http://tigcc.ticalc.org/doc/catalog.html#E'> E</a> <a href='http://tigcc.ticalc.org/doc/catalog.html#F'> F</a> <a href='http://tigcc.ticalc.org/doc/catalog.html#G'> G</a> <a href='http://tigcc.ticalc.org/doc/catalog.html#H'> H</a> <a href='http://tigcc.ticalc.org/doc/catalog.html#I'> I</a> <a href='http://tigcc.ticalc.org/doc/catalog.html#J'> J</a> <a href='http://tigcc.ticalc.org/doc/catalog.html#K'> K</a> <a href='http://tigcc.ticalc.org/doc/catalog.html#L'> L</a> <a href='http://tigcc.ticalc.org/doc/catalog.html#M'> M</a> <a href='http://tigcc.ticalc.org/doc/catalog.html#N'> N</a> <a href='http://tigcc.ticalc.org/doc/catalog.html#O'> O</a> <a href='http://tigcc.ticalc.org/doc/catalog.html#P'> P</a> <a href='http://tigcc.ticalc.org/doc/catalog.html#Q'> Q</a> <a href='http://tigcc.ticalc.org/doc/catalog.html#R'> R</a> <a href='http://tigcc.ticalc.org/doc/catalog.html#S'> S</a> <a href='http://tigcc.ticalc.org/doc/catalog.html#T'> T</a> <a href='http://tigcc.ticalc.org/doc/catalog.html#U'> U</a> <a href='http://tigcc.ticalc.org/doc/catalog.html#V'> V</a> <a href='http://tigcc.ticalc.org/doc/catalog.html#W'> W</a> <a href='http://tigcc.ticalc.org/doc/catalog.html#X'> X</a> <a href='http://tigcc.ticalc.org/doc/catalog.html#Y'> Y</a> <a href='http://tigcc.ticalc.org/doc/catalog.html#Z'> Z</a>)
  43. </li></ul>
  44. <p>GTC-specific documentation:</p>
  45. <ul><li> <a href='cmdline.html#GTC.Command-line.options'>GTC Command-line options</a>
  46. </li><li> <a href='extensions.html#GTC.Extensions'>GTC Extensions</a>
  47. </li><li> <a href='faq.html#Frequently.Asked.Questions'>Frequently Asked Questions</a>
  48. </li></ul></div></div>
  49. </div></div></div>
  50. </body>
  51. </html>