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

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=Talk:83Plus:BCALLs:4C93</id>
		<title>Talk:83Plus:BCALLs:4C93</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=Talk:83Plus:BCALLs:4C93"/>
				<updated>2005-05-05T01:07:40Z</updated>
		
		<summary type="html">&lt;p&gt;68.41.196.147: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Resetting it yourself ==&lt;br /&gt;
Shouldn't you also reset the apdSubTimer if you're going to reset it yourself? Granted, that's only a second or two, but still... If you're going to say how you can do it yourself, you should get it right. :P --[[User:AndyJ|AndyJ]] 23:11, 3 May 2005 (PDT)&lt;br /&gt;
:If you read it, you know it says: 'The code is:' That means the following is the code taken from the TI-OS. -- 84plusfreak&lt;br /&gt;
::Hmm, still, one would think TI would be overly safe and reset the subtimer too... --[[User:AndyJ|AndyJ]] 06:29, 4 May 2005 (PDT)&lt;br /&gt;
:::In that case I should probably mention that code from TIOS is copyrighted and should not be posted on the wiki.  --[[User:68.41.196.147|68.41.196.147]] 18:07, 4 May 2005 (PDT)&lt;/div&gt;</summary>
		<author><name>68.41.196.147</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:4C93</id>
		<title>83Plus:BCALLs:4C93</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:4C93"/>
				<updated>2005-05-04T04:30:40Z</updated>
		
		<summary type="html">&lt;p&gt;68.41.196.147: Linked apdTime and formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:83Plus:BCALLs:By Name|ApdSetup]][[Category:83Plus:BCALLs:By Name:Utility|ApdSetup]][[Category:83Plus:BCALLs:By Address|4C93 - ApdSetup]]&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
'''Official Name:''' ApdSetup&lt;br /&gt;
&lt;br /&gt;
'''BCALL Address:''' 4C93&lt;br /&gt;
&lt;br /&gt;
Resets the APD counter&lt;br /&gt;
&lt;br /&gt;
=== Inputs ===&lt;br /&gt;
* None&lt;br /&gt;
&lt;br /&gt;
=== Outputs ===&lt;br /&gt;
* ([[83Plus:RAM:8449|apdTimer]]) = 74&lt;br /&gt;
&lt;br /&gt;
=== Registers Destroyed ===&lt;br /&gt;
* HL&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
Simply enough to implement yourself.&lt;br /&gt;
The code is:&lt;br /&gt;
 ld hl,[[83Plus:RAM:8449|apdTimer]]&lt;br /&gt;
 ld (hl),74h&lt;br /&gt;
 ret&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 keyLoop:&lt;br /&gt;
 ei&lt;br /&gt;
 halt&lt;br /&gt;
 B_CALL [[83Plus:BCALLs:4018|GetCSC]]&lt;br /&gt;
 or a&lt;br /&gt;
 jr z,keyLoop&lt;br /&gt;
 B_CALL ApdSetup&lt;br /&gt;
 ret&lt;/div&gt;</summary>
		<author><name>68.41.196.147</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=83Plus:OS:TI_Keyboard</id>
		<title>83Plus:OS:TI Keyboard</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:OS:TI_Keyboard"/>
				<updated>2005-05-03T15:32:16Z</updated>
		
		<summary type="html">&lt;p&gt;68.41.196.147: Categorized.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:83Plus:OS_Information|TI Keyboard]]&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
The 83+ family's OS (versions 1.15 and greater) have built-in support for the [http://education.ti.com/us/product/accessory/keyboard/features/features.html TI Keyboard]. The default action is to translate some key combinations into calculator key codes (for example, Diamond+` is the same as pressing the APPS key). You can set a [[83Plus:Flags:3D#Bit 6|flag]] to disable this behavior and retrieve the raw key codes from the keyboard, as shown below.&lt;br /&gt;
&lt;br /&gt;
== Key Translation ==&lt;br /&gt;
''Fill in what the OS does by default here.''&lt;br /&gt;
&lt;br /&gt;
== Key Codes ==&lt;br /&gt;
''Fill in the extended key codes here.''&lt;/div&gt;</summary>
		<author><name>68.41.196.147</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:45B5</id>
		<title>83Plus:BCALLs:45B5</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:45B5"/>
				<updated>2005-05-03T15:29:05Z</updated>
		
		<summary type="html">&lt;p&gt;68.41.196.147: Linked currow&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:83Plus:BCALLs:By Name|DispDone]][[Category:83Plus:BCALLs:By Name:Display|DispDone]][[Category:83Plus:BCALLs:By Address|45B5 - DispDone]]&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
'''Official Name:''' DispDone&lt;br /&gt;
&lt;br /&gt;
'''BCALL Address:''' 45B5&lt;br /&gt;
&lt;br /&gt;
Description&lt;br /&gt;
&lt;br /&gt;
=== Inputs ===&lt;br /&gt;
* ([[83Plus:RAM:844B|curRow]]) = set to a valid row.&lt;br /&gt;
&lt;br /&gt;
=== Outputs ===&lt;br /&gt;
* None&lt;br /&gt;
&lt;br /&gt;
=== Registers Destroyed ===&lt;br /&gt;
* All&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
This routine checks if a [[83Plus:Hooks:9BCC|Localize Hook]] is active. If it is, it's called with A=0Dh&lt;/div&gt;</summary>
		<author><name>68.41.196.147</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:4B52</id>
		<title>83Plus:BCALLs:4B52</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:4B52"/>
				<updated>2005-05-03T15:27:41Z</updated>
		
		<summary type="html">&lt;p&gt;68.41.196.147: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:83Plus:BCALLs:By Name|AnsName]][[Category:83Plus:BCALLs:By Name:Variable|AnsName]][[Category:83Plus:BCALLs:By Address|4B52 - AnsName]]&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
'''Official Name:''' AnsName&lt;br /&gt;
&lt;br /&gt;
'''BCALL Address:''' 4B52&lt;br /&gt;
&lt;br /&gt;
Gives the name of Ans.&lt;br /&gt;
&lt;br /&gt;
=== Inputs ===&lt;br /&gt;
* None&lt;br /&gt;
&lt;br /&gt;
=== Outputs ===&lt;br /&gt;
* ([[83Plus:RAM:8478|OP1]]) contains 00h,72h,00h,00h,00h,00h,00h,00h,00h&lt;br /&gt;
&lt;br /&gt;
=== Registers Destroyed ===&lt;br /&gt;
* AF,HL&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
Simple enough to implement yourself.&lt;/div&gt;</summary>
		<author><name>68.41.196.147</name></author>	</entry>

	</feed>