gtc/doc/glossary.html
2018-01-31 14:14:00 +00:00

52 lines
2.1 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>
<head>
<title>Glossary - GTC documentation</title>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<link rel='stylesheet' type='text/css' href='layout/default.css' />
</head>
<body>
<p><a href='index.html'>◄ Back to index</a></p>
<div class='c0'>
<h1>Glossary</h1>
<div class='toc'><div class='toctop'><div class='tocbot'><div class='toc-content'>
<b>Contents:</b><ul>
<li><a href='#68000'>68000</a></li>
<li><a href='#a68k'>a68k</a></li>
<li><a href='#AMS'>AMS</a></li>
<li><a href='#Assembly'>Assembly</a></li>
<li><a href='#TIGCC'>TIGCC</a></li>
</ul>
</div></div></div></div>
<div class='c1'>
<div class='c2'>
<div class='c3'>
<div class='c4'>
<hr class='hr4' /><h4 class='heading'><a name='68000'></a>68000</h4><div class='c4in'><hr class='hr4in' />
<p>The type of processor included in TI-89 and above calculators.</p>
</div></div>
<div class='c4'>
<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' />
<p>The traditional (and popular) assembler for TI calculators. It is currently
distributed as part of TIGCC.</p>
</div></div>
<div class='c4'>
<hr class='hr4' /><h4 class='heading'><a name='AMS'></a>AMS</h4><div class='c4in'><hr class='hr4in' />
<p>AMS (Advanced Mathematics Software) is the operating system of TI calculators.
It is stored in the Flash ROM.</p>
</div></div>
<div class='c4'>
<hr class='hr4' /><h4 class='heading'><a name='Assembly'></a>Assembly</h4><div class='c4in'><hr class='hr4in' />
<p>The native language of the 68000 processor.</p>
</div></div>
<div class='c4'>
<hr class='hr4' /><h4 class='heading'><a name='TIGCC'></a>TIGCC</h4><div class='c4in'><hr class='hr4in' />
<p>The largest C compiler available for TI calculators. It's a patched GCC
compiler and for this reason is only available for PC platforms.
</div></div>
</div></div>
</div></div>
</div></div></p></div>
</body>
</html>