<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wikiti.brandonw.net/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wikiti.brandonw.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Debrouxl</id>
		<title>WikiTI - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wikiti.brandonw.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Debrouxl"/>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=Special:Contributions/Debrouxl"/>
		<updated>2026-04-05T19:24:31Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.5</generator>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=Link_software</id>
		<title>Link software</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=Link_software"/>
				<updated>2015-04-25T19:16:28Z</updated>
		
		<summary type="html">&lt;p&gt;Debrouxl: Update TILP information: works on MacOS X, Omnimaga link broken and topic dead, etc.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Windows ==&lt;br /&gt;
* TI-Connect&lt;br /&gt;
Official TI (Texas Instruments) linking software for calculators (except Nspire). ([http://education.ti.com/educationportal link] start search there) &amp;lt;!--because TI changes their site almost every year, and every time it seems harder to find software--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* TILP II&lt;br /&gt;
3rd party linking software supporting all Texas Instruments calculators' variables. ([http://tiplanet.org/beta/setup.exe latest beta] [https://tiplanet.org/forum/viewtopic.php?f=33&amp;amp;t=11436 forum link] [http://www.cemetech.net/forum/viewtopic.php?t=4139 forum link])&lt;br /&gt;
&lt;br /&gt;
* TI-Nspire™ Computer Link Software ([http://education.ti.com/educationportal link])&lt;br /&gt;
Official TI for linking with a Nspire.&lt;br /&gt;
&lt;br /&gt;
* TI-Graphlink&lt;br /&gt;
Old TI linking software. No longer supported.&lt;br /&gt;
&lt;br /&gt;
* (other 3rd party software is usually old and does not support the full range of calculator models, cables and variables)&lt;br /&gt;
&lt;br /&gt;
== Mac ==&lt;br /&gt;
* TI-Connect&lt;br /&gt;
* TILP II (through MacPorts, or [http://lpg.ticalc.org/prj_tilp/download/install_tilp.sh install script, read it])&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
* TILP II ([http://lpg.ticalc.org/prj_tilp/download/install_tilp.sh install script, read it])&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
[[Link_cables]]&lt;/div&gt;</summary>
		<author><name>Debrouxl</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=Compilers</id>
		<title>Compilers</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=Compilers"/>
				<updated>2015-04-25T19:11:27Z</updated>
		
		<summary type="html">&lt;p&gt;Debrouxl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
== z80 ==&lt;br /&gt;
* '''SDCC''' is an open source C compiler for microcontrollers.  It can output z80 assembly.  However, the code is bloated and inefficient.&lt;br /&gt;
* '''z88dk''' is a derivative of the Small-C compiler.  It is targeted specifically at the z80 line of processors and even has dedicated TI file format outputs.  The code is very bloated and can be less efficient than SDCC.&lt;br /&gt;
* The '''HI-TECH Z80 C Compiler''' is a very old and unsupported compiler by HI-TECH that produces much better-quality code than the two compilers mentioned above (Although recent SDCC versions are able to generate code comparable to the HI-TECH C compiler).  However, HI-TECH has discontinued this compiler and it is very difficult to obtain a copy.  Furthermore, it is a commercial, not open-source, compiler, so using it without a license is of questionable legality.&lt;br /&gt;
&lt;br /&gt;
== 68k ==&lt;br /&gt;
* '''TIGCC''' is the original C compiler for 68k calculators.  It is a patched version of the GNU Compiler Collection, and only supports C and 68000 assembly.&lt;br /&gt;
* '''GCC4TI''' is a fork of TIGCC, first published in 2009. Work on GCC4TI includes:&lt;br /&gt;
** fixing a number of bugs;&lt;br /&gt;
** performing optimizations in the library;&lt;br /&gt;
** integrating 2002-2005 unprocessed contributions to TIGCC: dozens of &amp;quot;new&amp;quot; functions;&lt;br /&gt;
** improving the build system:&lt;br /&gt;
*** portability: in 2009, the GCC4TI build scripts were made to build out of the box on MacOS X, FreeBSD, OpenSolaris;&lt;br /&gt;
*** reliability: GCC4TI's build scripts abort the build upon the first error instead of silently leaving users with broken builds;&lt;br /&gt;
*** support for cross-compilation of Windows binaries from under Linux;&lt;br /&gt;
*** increased automation;&lt;br /&gt;
** adding better ISO C99 compatibility;&lt;br /&gt;
** integrating the TI-68k Developer Utilities (formerly &amp;quot;TIGCC Tools Suite&amp;quot;), originating from TICT, as an integral part of the toolchain.&lt;/div&gt;</summary>
		<author><name>Debrouxl</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=Disassemblers</id>
		<title>Disassemblers</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=Disassemblers"/>
				<updated>2015-04-25T18:58:34Z</updated>
		
		<summary type="html">&lt;p&gt;Debrouxl: objdump is not available in TIGCC&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
A disassembler is a computer program that translates machine language into assembly language — the inverse operation to that of an assembler. Source: [http://en.wikipedia.org/wiki/Disassembler wikipedia]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== z80 CPU ==&lt;br /&gt;
&lt;br /&gt;
=== PC Community Disassemblers ===&lt;br /&gt;
* http://www.ticalc.org/archives/files/fileinfo/162/16219.html&lt;br /&gt;
* http://www.ticalc.org/archives/files/fileinfo/349/34903.html&lt;br /&gt;
&lt;br /&gt;
=== Oncalc ===&lt;br /&gt;
* Calcsys: http://www.ticalc.org/archives/files/fileinfo/196/19619.html&lt;br /&gt;
&lt;br /&gt;
=== Freeware ===&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
=== Software (paid) ===&lt;br /&gt;
* [http://www.hex-rays.com/idapro IDA Pro]&lt;br /&gt;
&lt;br /&gt;
== 68k ==&lt;br /&gt;
&lt;br /&gt;
=== PC Community Disassemblers ===&lt;br /&gt;
* dasm-tigcc&lt;br /&gt;
* GNU m68k-coff-objdump in GCC4TI (not available in TIGCC)&lt;br /&gt;
&lt;br /&gt;
=== Oncalc ===&lt;br /&gt;
* [http://detachedsolutions.com/cmdpost/ Command Post]&lt;br /&gt;
&lt;br /&gt;
=== Freeware ===&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
=== Software (paid) ===&lt;br /&gt;
* [http://www.hex-rays.com/idapro IDA Pro]&lt;/div&gt;</summary>
		<author><name>Debrouxl</name></author>	</entry>

	</feed>