<?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=Mapar007</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=Mapar007"/>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=Special:Contributions/Mapar007"/>
		<updated>2026-04-05T15:34:48Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.5</generator>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=Category:83Plus:Quirks</id>
		<title>Category:83Plus:Quirks</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=Category:83Plus:Quirks"/>
				<updated>2010-06-25T09:46:46Z</updated>
		
		<summary type="html">&lt;p&gt;Mapar007: clarified the stuff about $C000&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
The TI-83+ family of calculators has some interesting quirks in the hardware.&lt;br /&gt;
&lt;br /&gt;
*The calculator will crash if PC is greater than or equal to C000, provided an even-numbered RAM page is swapped in the upper bank. This is the default (page 80h).  This is where the 8kb limit comes from&lt;br /&gt;
*Later models of calculators are missing RAM pages&lt;br /&gt;
*Later models of calculators have a longer LCD delay&lt;/div&gt;</summary>
		<author><name>Mapar007</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=83Plus:OS:OS_2.53MP_Changes</id>
		<title>83Plus:OS:OS 2.53MP Changes</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:OS:OS_2.53MP_Changes"/>
				<updated>2010-02-09T14:43:07Z</updated>
		
		<summary type="html">&lt;p&gt;Mapar007: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;IMPORTANT NOTE: The 2.53MP is a leaked beta. Please do not distribute it to people by calculator until TI makes the official release, slated for February 15. Use at your own risk.&lt;br /&gt;
&lt;br /&gt;
I have recently realized that there is already an OS versions page. The two will be merged when the official release is made.&lt;br /&gt;
&lt;br /&gt;
= Added Features =&lt;br /&gt;
* In MP, press up to scroll through previous entries, which allows basic copy and paste.&lt;br /&gt;
&lt;br /&gt;
== New Tokens ==&lt;br /&gt;
* AUTO Answer -- basic&lt;br /&gt;
* CLASSIC -- basic&lt;br /&gt;
* DEC Answer -- basic&lt;br /&gt;
* &amp;gt;F&amp;lt;&amp;gt;D -- swap between fraction and decimal&lt;br /&gt;
* FRAC Answer -- basic&lt;br /&gt;
* logBASE( -- log to any base, logBASE(x,base&lt;br /&gt;
* MATHPRINT  -- basic&lt;br /&gt;
* n/d - normal fraction, numerator n/d denominator&lt;br /&gt;
* &amp;gt;n/d&amp;lt;&amp;gt;Un/D -- swap between improper and proper fractions in MP&lt;br /&gt;
* randIntNoRep( -- gives a list of random integers, with dimension high-low+1 randIntNoRep(low,high&lt;br /&gt;
* remainder( --  essentially modulo, x % y, remainder(x,y&lt;br /&gt;
* summation &amp;lt;sigma&amp;gt;( -- &amp;lt;sigma&amp;gt;(expression,variable,start,end&lt;br /&gt;
* Un/d -- mixed number, whole Un/d numerator n/d denominator&lt;br /&gt;
* ZFrac1/2, EF18 -- delta-x,y = 1/2, graph centered&lt;br /&gt;
* ZFrac1/3, EF19 -- delta-x,y = 1/3, graph centered&lt;br /&gt;
* ZFrac1/4, EF1A -- delta-x,y = 1/4, graph centered&lt;br /&gt;
* ZFrac1/5, EF1B -- delta-x,y = 1/5, graph centered&lt;br /&gt;
* ZFrac1/8, EF1C -- delta-x,y = 1/8, graph centered&lt;br /&gt;
* ZFrac1/10, EF1D -- delta-x,y = 1/10, graph centered&lt;br /&gt;
* ZQuadrant1, EF17&lt;br /&gt;
* fraction related tokens&lt;br /&gt;
** _, EF2F, not the same as printing _. New font codepoint 0F5h.&lt;br /&gt;
** /, EF2E, not the same as division /. New font codepoint 0F6h.&lt;br /&gt;
** box, EF1E. New font codepoint 0F7h.&lt;br /&gt;
&lt;br /&gt;
== New Functionality ==&lt;br /&gt;
* New ZOptions under Zoom&lt;br /&gt;
* Math Print is TI's own pretty printing&lt;br /&gt;
* New menu Alpha+F1-F4 for use with Math Print&lt;br /&gt;
&lt;br /&gt;
== Flags ==&lt;br /&gt;
* 5, (iy+44h) controls math print. You should clear the screen if you change this flag.&lt;br /&gt;
* 0, (iy+48h) controls the fraction mode&lt;br /&gt;
* bits 1 and 4 of (iy+47h) are related to when the OS decides to format an answer as a fraction&lt;br /&gt;
* 4, (iy+45h): set this to disable the message about shortcut menus from Press-to-Test. Not affected by Reset Defaults, though Math Print is.&lt;br /&gt;
&lt;br /&gt;
= Compatibility Issues =&lt;br /&gt;
* Programs using the homescreen may be very broken. Users should disable Math Print before running them, and programs should clear the screen first thing.&lt;br /&gt;
* Programs that encounter an error on the graphscreen may end up with the graphscreen contents in the homescreen buffer&lt;br /&gt;
* In Omnicalc, parenthesis assistant does not work properly. (Display error)&lt;br /&gt;
* In Omnicalc's entries menu: Using the entries menu without MP symbols has some display issues, and when selecting an entry, it crashes.&lt;br /&gt;
* In Omnicalc's entries menu: With mathprint symbols in the entries log, there are serious display issues accompanied with a dramatic crash.&lt;br /&gt;
* Omnicalc's partial line clearing (always enabled) crashes or glitches when you try to use it in MP.&lt;br /&gt;
* Calcutil will not run at all correctly and will crash your calculator when you turn it off and back on.&lt;br /&gt;
* ld a,1 \ ld (appInfo+2),a \ bcall($50CB) no longer unlocks the flash ROM.&lt;br /&gt;
* MathPrint Bug : When a list is displayed as a result, you can't take it back for you new entry : selecting it and pressing enter doesn't work&lt;br /&gt;
&lt;br /&gt;
= Known Performance Issues =&lt;br /&gt;
* Disp and Output may be up to 4x slower than on previous OS version when MathPrint is enabled (see [http://www.cemetech.net/forum/viewtopic.php?p=93740#93740 TI-84+ OS v2.53 Leaked])&lt;br /&gt;
* When MathPrint is enabled, when you go to the &amp;quot;Y=&amp;quot; menu to type a function, it's displaying slowly the Y1, Y2, Y3, Y4 etc.&lt;/div&gt;</summary>
		<author><name>Mapar007</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=User:Mapar007</id>
		<title>User:Mapar007</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=User:Mapar007"/>
				<updated>2009-12-23T15:59:00Z</updated>
		
		<summary type="html">&lt;p&gt;Mapar007: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi. I'm Mapar007. I'm from Mechelen, in the Flanders region of Belgium. I'm an z80 ASM programmer with, at the time of writing (Dec '09), about a year of experience; I haven't touched BASIC for an equal amount of time. Currently I'm doing a combination of Latin and Math at secondary school&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Dutch is my native tongue. Then, in babel levels:&lt;br /&gt;
fr-4&lt;br /&gt;
en-3&lt;br /&gt;
qya-2 (who cares)&lt;br /&gt;
it-1 (don't try)&lt;br /&gt;
la-2 (haha)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mapar007</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=User:Mapar007</id>
		<title>User:Mapar007</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=User:Mapar007"/>
				<updated>2009-12-23T15:57:53Z</updated>
		
		<summary type="html">&lt;p&gt;Mapar007: Created page with 'Hi. I'm Mapar007. I'm from Mechelen, in the Flanders region of Belgium. I'm an z80 ASM programmer with, at the time of writing (Dec '09), about a year of experience; I haven't to…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi. I'm Mapar007. I'm from Mechelen, in the Flanders region of Belgium. I'm an z80 ASM programmer with, at the time of writing (Dec '09), about a year of experience; I haven't touched BASIC for an equal amount of time. Currently I'm doing a combination of Latin and Math at secondary school&lt;br /&gt;
&lt;br /&gt;
Dutch is my native tongue. Then, in babel levels:&lt;br /&gt;
fr-4&lt;br /&gt;
en-3&lt;br /&gt;
qya-2 (who cares)&lt;br /&gt;
it-1 (don't try)&lt;br /&gt;
la-2 (haha)&lt;/div&gt;</summary>
		<author><name>Mapar007</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=TI_websites</id>
		<title>TI websites</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=TI_websites"/>
				<updated>2009-12-21T18:23:58Z</updated>
		
		<summary type="html">&lt;p&gt;Mapar007: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Official =&lt;br /&gt;
&lt;br /&gt;
== General ==&lt;br /&gt;
* [http://www.ti.com/ Texas Instrument] (TI)&lt;br /&gt;
* [http://education.ti.com/ Official TI calculator site]&lt;br /&gt;
* [http://www.zilog.com/ z80 CPU Site]&lt;br /&gt;
&lt;br /&gt;
= Community =&lt;br /&gt;
&lt;br /&gt;
== Archives ==&lt;br /&gt;
* [http://www.ticalc.org/ ticalc.org]&lt;br /&gt;
* [http://calcg.org/ calcG.org] [http://www.calcgames.org/ CalcGames]&lt;br /&gt;
&lt;br /&gt;
== News ==&lt;br /&gt;
* [http://www.ticalc.org/ ticalc.org]&lt;br /&gt;
&lt;br /&gt;
== Forums ==&lt;br /&gt;
* [http://www.unitedti.org/forum United-TI Forum] (UTI Forum)&lt;br /&gt;
* [http://www.maxcoderz.com/ MaxCoderz Forum] (MC Forum)&lt;br /&gt;
* [http://www.revsoft.org/phpBB2/ Revsoft Forum] (RS Forum)&lt;br /&gt;
* [http://www.cemetech.net/forum/ Cemetech Forum]&lt;br /&gt;
* [http://www.omnimaga.org Omnimaga Forum]&lt;br /&gt;
* [http://www.detachedsolutions.com/forum Detached Solutions Forum] (DS Forum)&lt;br /&gt;
* [http://tifreakware.ath.cx/ TI-Freakware Forum]&lt;br /&gt;
* [http://otbp.tifreakware.net/phpBB2/ Outside the Box Programming Forum] (OTBP Forum)&lt;br /&gt;
&lt;br /&gt;
== Wikis ==&lt;br /&gt;
* [http://tibasicdev.wikidot.com TI-Basic Developer]&lt;br /&gt;
* [http://z80-heaven.wikidot.com/ z80 Heaven]&lt;br /&gt;
* [http://wikiti.brandonw.net/ WikiTI] (this wiki)&lt;br /&gt;
&lt;br /&gt;
== Guides and Tutorials ==&lt;br /&gt;
* [http://www.technicalc.org/ technicalc.org]&lt;br /&gt;
* [http://guide.ticalc.org/ The Guide]&lt;br /&gt;
* [http://karma.ticalc.org/ TI-82 ASM Corner]&lt;br /&gt;
* [http://users.hszk.bme.hu/%7Epg429/z80guide/index.htm]&lt;br /&gt;
* [z80 in 28 days online]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* [http://www.ballyalley.com/ml/z80_docs/z80_docs.html Z80 Docs]&lt;br /&gt;
* [http://baze.au.com/misc/z80bits.html Z80 Bits]&lt;br /&gt;
* [http://www.z80.info/ Z80 INFO]&lt;br /&gt;
&lt;br /&gt;
== Active Teams ==&lt;br /&gt;
* [http://www.omnimaga.org/ Coders of Tomorrow]&lt;br /&gt;
* [http://www.revsoft.org/ Revolution Software]&lt;br /&gt;
* [http://www.junemann.nl/maxcoderz/ MaxCoderz]&lt;br /&gt;
* [http://www.detachedsolutions.com/ Detached Solutions]&lt;br /&gt;
&lt;br /&gt;
== Inactive Teams ==&lt;br /&gt;
* [http://tift.tuxfamily.org/ TIFT]&lt;br /&gt;
* [http://void.ticalc.org/ Void]&lt;br /&gt;
* [http://sicode.ticalc.org/ SiCoDe]&lt;br /&gt;
* [http://www.radicalsoft.org/ Radical Software]&lt;br /&gt;
&lt;br /&gt;
== Various Community Websites ==&lt;br /&gt;
* [http://tifreakware.net/ TI-Freakware]&lt;br /&gt;
&lt;br /&gt;
== IRC ==&lt;br /&gt;
* [http://www.omnimaga.org/irc #omnimaga]&lt;br /&gt;
* [http://www.omnimaga.org/irc #unitedti]&lt;br /&gt;
* [http://chat.efnet.org/ #tcpa]&lt;br /&gt;
* [http://tcpa.calcg.org/ TCPA site]&lt;br /&gt;
&lt;br /&gt;
== Programmers site (experiments, projects...) ==&lt;br /&gt;
* [http://brandonw.net/ Brandon Wilson site]&lt;br /&gt;
* [http://benryves.com/ Ben Ryves blog]&lt;br /&gt;
* [http://www.michaelv.org/programs/calcs/ Michael Vincent]&lt;br /&gt;
* [http://www.geocities.com/jimm09876/calc/ James Montelongo experiments]&lt;br /&gt;
* [http://sami.ticalc.org/ Sami TI Calculators page]&lt;br /&gt;
* [http://www.dwedit.org/ Dwedit's Website]&lt;br /&gt;
&lt;br /&gt;
* [http://weregoose.unitedti.org/ Weregoose TI-BASIC archive]&lt;br /&gt;
* [http://antipi.omnimaga.org/ {AP} Site]&lt;br /&gt;
* [http://www.kalanrock.us/ kalan_vod Site]&lt;br /&gt;
&lt;br /&gt;
== French Sites ==&lt;br /&gt;
* [http://www.ti-fr.com/ ti-fr.com]&lt;br /&gt;
* [http://ti.bank.free.fr/ ti.bank.free.fr]&lt;br /&gt;
* [http://ti83.free.fr/ ti83.free.fr]&lt;br /&gt;
* [http://tibank.forumactif.com/forum.htm tibank.forumactif.com]&lt;br /&gt;
* [http://membres.lycos.fr/virtuaart/ticalculette/tiprogs.htm lycos.fr]&lt;br /&gt;
* [http://tift.tuxfamily.org/ tift]&lt;br /&gt;
* [http://ti-wiki.pbwiki.com/ ti-wiki.pbwiki]&lt;br /&gt;
* [http://www.yaronet.com/ yaronet]&lt;br /&gt;
&lt;br /&gt;
== German Sites ==&lt;br /&gt;
* [http://mobifiles.bytefox.de/ MobiFiles]&lt;br /&gt;
&lt;br /&gt;
== Dutch Sites ==&lt;br /&gt;
* [http://www.ti-wereld.nl TI-Wereld]&lt;br /&gt;
* [http://www.scholieren.be Scholieren.be] (mostly 'inhabited' by school students, not by programmers)&lt;br /&gt;
&amp;lt;!-- there is at least one, mapar007 knows --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Edit by Mapar: added two of them--&amp;gt;&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
===3rd party OS===&lt;br /&gt;
* [http://sourceforge.net/projects/lifos/ LIFOS]&lt;br /&gt;
* [http://lifos.sourceforge.net/wordpress/ LIFOS blog]&lt;br /&gt;
* [http://vera.timendus.com/ Vera]&lt;br /&gt;
* [http://pongos.sourceforge.net/ PongOS]&lt;br /&gt;
* [http://brandonw.net/ OS2]&lt;br /&gt;
* [http://code.google.com/p/8xpos/ XOS]&lt;br /&gt;
&lt;br /&gt;
===Others===&lt;br /&gt;
* [http://api.timendus.com/ z80 assembly API]&lt;br /&gt;
* [http://clap.timendus.com/ CLAP project]&lt;br /&gt;
* [http://bell.timendus.com/ BELL project]&lt;br /&gt;
* [http://usb8x.sourceforge.net/ USB8X]&lt;br /&gt;
* [http://msd8x.denglend.net/ MSD8X]&lt;br /&gt;
* [http://usbtools.denlend.net/ USBTools]&lt;br /&gt;
* [http://dcs.cemetech.net/ DoorsCS]&lt;br /&gt;
&lt;br /&gt;
== Online Tools ==&lt;br /&gt;
* [http://www.cemetech.net/projects/basicelite/sourcecoder2.php SourceCoder2] (Online TI-BASIC editor, syntax colouring and optimizer)&lt;br /&gt;
* [http://ti.zewaren.net/ TI.ZEWAREN.NET - BETA]&lt;br /&gt;
* [http://galandrosdev.2kool4u.net/online_asm_unsquish.php Online Hex Disassembler]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Memorable TI Websites = (no longer online)&lt;br /&gt;
* TI groups discussion (closed in ...)&lt;br /&gt;
* Cirrus (merged in UTI)&lt;br /&gt;
* Kevtiva (82 TI-BASIC and ASM stuff)&lt;br /&gt;
* Alienhead&lt;br /&gt;
* Assemblers Coders Zenith&lt;br /&gt;
&lt;br /&gt;
Note: use the wayback machine to see how they were: http://www.archive.org/&lt;br /&gt;
&lt;br /&gt;
= Other TI websites lists =&lt;br /&gt;
* [http://tifreakware.net/admin/link.php?catag=index TI-Freakware list]&lt;/div&gt;</summary>
		<author><name>Mapar007</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=TI_websites</id>
		<title>TI websites</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=TI_websites"/>
				<updated>2009-12-21T18:22:17Z</updated>
		
		<summary type="html">&lt;p&gt;Mapar007: Added two Dutch TI sites.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Official =&lt;br /&gt;
&lt;br /&gt;
== General ==&lt;br /&gt;
* [http://www.ti.com/ Texas Instrument] (TI)&lt;br /&gt;
* [http://education.ti.com/ Official TI calculator site]&lt;br /&gt;
* [http://www.zilog.com/ z80 CPU Site]&lt;br /&gt;
&lt;br /&gt;
= Community =&lt;br /&gt;
&lt;br /&gt;
== Archives ==&lt;br /&gt;
* [http://www.ticalc.org/ ticalc.org]&lt;br /&gt;
* [http://calcg.org/ calcG.org] [http://www.calcgames.org/ CalcGames]&lt;br /&gt;
&lt;br /&gt;
== News ==&lt;br /&gt;
* [http://www.ticalc.org/ ticalc.org]&lt;br /&gt;
&lt;br /&gt;
== Forums ==&lt;br /&gt;
* [http://www.unitedti.org/forum United-TI Forum] (UTI Forum)&lt;br /&gt;
* [http://www.maxcoderz.com/ MaxCoderz Forum] (MC Forum)&lt;br /&gt;
* [http://www.revsoft.org/phpBB2/ Revsoft Forum] (RS Forum)&lt;br /&gt;
* [http://www.cemetech.net/forum/ Cemetech Forum]&lt;br /&gt;
* [http://www.omnimaga.org Omnimaga Forum]&lt;br /&gt;
* [http://www.detachedsolutions.com/forum Detached Solutions Forum] (DS Forum)&lt;br /&gt;
* [http://tifreakware.ath.cx/ TI-Freakware Forum]&lt;br /&gt;
* [http://otbp.tifreakware.net/phpBB2/ Outside the Box Programming Forum] (OTBP Forum)&lt;br /&gt;
&lt;br /&gt;
== Wikis ==&lt;br /&gt;
* [http://tibasicdev.wikidot.com TI-Basic Developer]&lt;br /&gt;
* [http://z80-heaven.wikidot.com/ z80 Heaven]&lt;br /&gt;
* [http://wikiti.brandonw.net/ WikiTI] (this wiki)&lt;br /&gt;
&lt;br /&gt;
== Guides and Tutorials ==&lt;br /&gt;
* [http://www.technicalc.org/ technicalc.org]&lt;br /&gt;
* [http://guide.ticalc.org/ The Guide]&lt;br /&gt;
* [http://karma.ticalc.org/ TI-82 ASM Corner]&lt;br /&gt;
* [http://users.hszk.bme.hu/%7Epg429/z80guide/index.htm]&lt;br /&gt;
* [z80 in 28 days online]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* [http://www.ballyalley.com/ml/z80_docs/z80_docs.html Z80 Docs]&lt;br /&gt;
* [http://baze.au.com/misc/z80bits.html Z80 Bits]&lt;br /&gt;
* [http://www.z80.info/ Z80 INFO]&lt;br /&gt;
&lt;br /&gt;
== Active Teams ==&lt;br /&gt;
* [http://www.omnimaga.org/ Coders of Tomorrow]&lt;br /&gt;
* [http://www.revsoft.org/ Revolution Software]&lt;br /&gt;
* [http://www.junemann.nl/maxcoderz/ MaxCoderz]&lt;br /&gt;
* [http://www.detachedsolutions.com/ Detached Solutions]&lt;br /&gt;
&lt;br /&gt;
== Inactive Teams ==&lt;br /&gt;
* [http://tift.tuxfamily.org/ TIFT]&lt;br /&gt;
* [http://void.ticalc.org/ Void]&lt;br /&gt;
* [http://sicode.ticalc.org/ SiCoDe]&lt;br /&gt;
* [http://www.radicalsoft.org/ Radical Software]&lt;br /&gt;
&lt;br /&gt;
== Various Community Websites ==&lt;br /&gt;
* [http://tifreakware.net/ TI-Freakware]&lt;br /&gt;
&lt;br /&gt;
== IRC ==&lt;br /&gt;
* [http://www.omnimaga.org/irc #omnimaga]&lt;br /&gt;
* [http://www.omnimaga.org/irc #unitedti]&lt;br /&gt;
* [http://chat.efnet.org/ #tcpa]&lt;br /&gt;
* [http://tcpa.calcg.org/ TCPA site]&lt;br /&gt;
&lt;br /&gt;
== Programmers site (experiments, projects...) ==&lt;br /&gt;
* [http://brandonw.net/ Brandon Wilson site]&lt;br /&gt;
* [http://benryves.com/ Ben Ryves blog]&lt;br /&gt;
* [http://www.michaelv.org/programs/calcs/ Michael Vincent]&lt;br /&gt;
* [http://www.geocities.com/jimm09876/calc/ James Montelongo experiments]&lt;br /&gt;
* [http://sami.ticalc.org/ Sami TI Calculators page]&lt;br /&gt;
* [http://www.dwedit.org/ Dwedit's Website]&lt;br /&gt;
&lt;br /&gt;
* [http://weregoose.unitedti.org/ Weregoose TI-BASIC archive]&lt;br /&gt;
* [http://antipi.omnimaga.org/ {AP} Site]&lt;br /&gt;
* [http://www.kalanrock.us/ kalan_vod Site]&lt;br /&gt;
&lt;br /&gt;
== French Sites ==&lt;br /&gt;
* [http://www.ti-fr.com/ ti-fr.com]&lt;br /&gt;
* [http://ti.bank.free.fr/ ti.bank.free.fr]&lt;br /&gt;
* [http://ti83.free.fr/ ti83.free.fr]&lt;br /&gt;
* [http://tibank.forumactif.com/forum.htm tibank.forumactif.com]&lt;br /&gt;
* [http://membres.lycos.fr/virtuaart/ticalculette/tiprogs.htm lycos.fr]&lt;br /&gt;
* [http://tift.tuxfamily.org/ tift]&lt;br /&gt;
* [http://ti-wiki.pbwiki.com/ ti-wiki.pbwiki]&lt;br /&gt;
* [http://www.yaronet.com/ yaronet]&lt;br /&gt;
&lt;br /&gt;
== German Sites ==&lt;br /&gt;
* [http://mobifiles.bytefox.de/ MobiFiles]&lt;br /&gt;
&lt;br /&gt;
== Dutch Sites ==&lt;br /&gt;
* [http://www.ti-wereld.nl]&lt;br /&gt;
* [http://www.scholieren.be] (mostly 'inhabited' by school students, not by programmers)&lt;br /&gt;
&amp;lt;!-- there is at least one, mapar007 knows --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Edit by Mapar: added two of them--&amp;gt;&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
===3rd party OS===&lt;br /&gt;
* [http://sourceforge.net/projects/lifos/ LIFOS]&lt;br /&gt;
* [http://lifos.sourceforge.net/wordpress/ LIFOS blog]&lt;br /&gt;
* [http://vera.timendus.com/ Vera]&lt;br /&gt;
* [http://pongos.sourceforge.net/ PongOS]&lt;br /&gt;
* [http://brandonw.net/ OS2]&lt;br /&gt;
* [http://code.google.com/p/8xpos/ XOS]&lt;br /&gt;
&lt;br /&gt;
===Others===&lt;br /&gt;
* [http://api.timendus.com/ z80 assembly API]&lt;br /&gt;
* [http://clap.timendus.com/ CLAP project]&lt;br /&gt;
* [http://bell.timendus.com/ BELL project]&lt;br /&gt;
* [http://usb8x.sourceforge.net/ USB8X]&lt;br /&gt;
* [http://msd8x.denglend.net/ MSD8X]&lt;br /&gt;
* [http://usbtools.denlend.net/ USBTools]&lt;br /&gt;
* [http://dcs.cemetech.net/ DoorsCS]&lt;br /&gt;
&lt;br /&gt;
== Online Tools ==&lt;br /&gt;
* [http://www.cemetech.net/projects/basicelite/sourcecoder2.php SourceCoder2] (Online TI-BASIC editor, syntax colouring and optimizer)&lt;br /&gt;
* [http://ti.zewaren.net/ TI.ZEWAREN.NET - BETA]&lt;br /&gt;
* [http://galandrosdev.2kool4u.net/online_asm_unsquish.php Online Hex Disassembler]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Memorable TI Websites = (no longer online)&lt;br /&gt;
* TI groups discussion (closed in ...)&lt;br /&gt;
* Cirrus (merged in UTI)&lt;br /&gt;
* Kevtiva (82 TI-BASIC and ASM stuff)&lt;br /&gt;
* Alienhead&lt;br /&gt;
* Assemblers Coders Zenith&lt;br /&gt;
&lt;br /&gt;
Note: use the wayback machine to see how they were: http://www.archive.org/&lt;br /&gt;
&lt;br /&gt;
= Other TI websites lists =&lt;br /&gt;
* [http://tifreakware.net/admin/link.php?catag=index TI-Freakware list]&lt;/div&gt;</summary>
		<author><name>Mapar007</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:531D</id>
		<title>83Plus:BCALLs:531D</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:531D"/>
				<updated>2009-04-10T14:06:29Z</updated>
		
		<summary type="html">&lt;p&gt;Mapar007: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:83Plus:BCALLs:By_Name:Other|GetRestrictionsOptions]] [[Category:83Plus:BCALLs:By_Name|GetRestrictionsOptions]] [[Category:83Plus:BCALLs:By_Address|531D - GetRestrictionsOptions]]&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
'''Unofficial Name:''' GetRestrictionsOptions&lt;br /&gt;
&lt;br /&gt;
'''BCALL Address:''' 531D&lt;br /&gt;
&lt;br /&gt;
'''Minimum OS Version:''' 2.40&lt;br /&gt;
&lt;br /&gt;
Displays configuration screen for Press-to-Test and returns the user's choice.&lt;br /&gt;
&lt;br /&gt;
=== Inputs ===&lt;br /&gt;
* Carry flag: set for delete menu, reset for disable menu&lt;br /&gt;
&lt;br /&gt;
=== Outputs ===&lt;br /&gt;
* Z set if user canceled with [2nd]+[QUIT]/[CLEAR]/etc., reset if OK selected&lt;br /&gt;
* B: bit 0 reset for radians, set for degrees&lt;br /&gt;
* B: bit 1 reset for stat diagnostics OFF, set for ON&lt;br /&gt;
&lt;br /&gt;
=== Destroys ===&lt;br /&gt;
* All&lt;br /&gt;
* ([[83Plus:RAM:8478|curRow]]): 0&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
This clears the screen, sets up the homescreen context, and empties the edit buffer.&lt;br /&gt;
&lt;br /&gt;
This is only intended to be used with applications, not RAM programs. It is also the only BCALL to use the carry flag as input.&lt;br /&gt;
&lt;br /&gt;
It also kills all hooks.&lt;/div&gt;</summary>
		<author><name>Mapar007</name></author>	</entry>

	</feed>