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

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=Help:Contents</id>
		<title>Help:Contents</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=Help:Contents"/>
				<updated>2005-07-15T18:23:50Z</updated>
		
		<summary type="html">&lt;p&gt;CalcKing: Removed &amp;lt;br&amp;gt; usage &amp;amp; caching warning (Caching now disabled)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For further information/syntax, please refer to [[wikipedia:Help:Contents|Wikipedia's Help System]].&lt;br /&gt;
== Frequently Asked Questions ==&lt;br /&gt;
=== Registering ===&lt;br /&gt;
; How do I register/login?&lt;br /&gt;
: In the upper-right hand corner of the screen, select [[Special:Userlogin|Create a user or login]].&lt;br /&gt;
; Do I need to provide my real name?&lt;br /&gt;
: No, it is a matter of personal preference/privacy to provide your real name.&lt;br /&gt;
; Can I change it later?&lt;br /&gt;
: Yes, once you login, you can change your password, real name, and e-mail address.&lt;br /&gt;
&lt;br /&gt;
=== Getting Started ===&lt;br /&gt;
; Ok, I've logged in&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; how do I make a new page?&lt;br /&gt;
: Type the name in the Goto box on the left-hand side of the screen; see [[Contributing|Contributing Guidelines]] for the syntax.  As an example, if you want to add documentation for RAM address FFFF on the 83+, type the following in the Goto box:&lt;br /&gt;
 83Plus:RAM:FFFF&lt;br /&gt;
:Make sure you read the [[Contributing|Contributing Guidelines]]!!!&lt;br /&gt;
;Do I need to denote hexadecimal with a $ or h, like in Z80 assembly?&lt;br /&gt;
:No, it is assumed in WikiTI that all numbers/addresses are hexidecimal by default.&lt;br /&gt;
;What are templates?&lt;br /&gt;
:Templates, are, as the name says, templates. :-)  They provide a default structure for the various pages.  If all the WikiTI users follow these templates, it'll make all B_CALL pages look consistent, all ports the same format, etc.  Thus, it is encouraged to use these (see [[ Contributing#Templates|Templates]] for a list of templates).&lt;br /&gt;
; How do I use a template?&lt;br /&gt;
* Select a template&lt;br /&gt;
* View the source and copy it (the ''View source'' tab is near the top of the screen (this is NOT the same as telling your browser you'd like to view the HTML source of the page; this shows you the wiki source))&lt;br /&gt;
* Paste the source into your new page (that you just Goto'ed)&lt;br /&gt;
* Edit the text to fit your type of documentation&lt;br /&gt;
; What's the category text at the top of the templates for?&lt;br /&gt;
: That is how WikiTI categorizes the various pages.  Following the previous example, you should have these lines at the top of your new page:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;[[Category:83Plus:RAM:By Address:FFFF - TheName]]&lt;br /&gt;
[Category:83Plus:RAM:By Name|TheName]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:If you are curious as to how a page works, don't forget to view the source of it :-)&lt;br /&gt;
;Can we only contribute undocumented information on the TI-OS?&lt;br /&gt;
:Absolutely not. You can contribute whatever you like, because in the end, we'd like WikiTi to become a complete reference.  However, just make sure that you don't copy/paste other people's copyrighted documentation into the wiki unless you have permission to do so from the copyright holder.&lt;br /&gt;
&lt;br /&gt;
=== Editing ===&lt;br /&gt;
; How do I make bold/italicized text?&lt;br /&gt;
: See [[wikipedia:Wikipedia:How_to_edit_a_page#Character_formatting|Character Formatting]].&lt;br /&gt;
; How do I make lists?&lt;br /&gt;
: See [[wikipedia:Wikipedia:How_to_edit_a_page#Sections.2C_paragraphs.2C_lists_and_lines|Lists and Lines]].&lt;br /&gt;
; Argh!  The tab doesn't work!&lt;br /&gt;
: In MediaWiki, you use a colon : to indent a paragraph.&lt;br /&gt;
; How do I put text in that blue border?&lt;br /&gt;
: Use &amp;amp;lt;nowiki&amp;gt; preceded with a space.  The leading space tells the Wiki parser to display the text as a preformatted, fixed-width font, which is analogous to &amp;amp;lt;pre&amp;gt; in HTML.  So &amp;quot; &amp;amp;lt;nowiki&amp;gt;Your text here&amp;amp;lt;/nowiki&amp;gt;&amp;quot; will show:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;Your text here&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
; How do I make links?&lt;br /&gt;
: That depends on the kind of link you want to make.  See [[wikipedia:Wikipedia:How_to_edit_a_page#Links_and_URLs|Links and URLs]] for a more in-depth discussion.&lt;br /&gt;
; Is there a way I can get it to wrap at the end of the window, and yet still have a line break when I put a line break in the text?&lt;br /&gt;
: Yes, put two line breaks in to get one on the page.&lt;br /&gt;
&lt;br /&gt;
== Tips &amp;amp; Hints ==&lt;br /&gt;
* Use the Preview Button to view your changes before you Save.&lt;br /&gt;
* Mark minor changes as Minor Edits (see [[wikipedia:Wikipedia:How_to_edit_a_page#Minor_edits|Minor Edits]] as to what constitutes a Minor Edit).&lt;br /&gt;
&lt;br /&gt;
As stated up above, please consult [[wikipedia:Help:Contents|Wikipedia's Help system]] for more information.&lt;/div&gt;</summary>
		<author><name>CalcKing</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:49D2</id>
		<title>83Plus:BCALLs:49D2</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:49D2"/>
				<updated>2005-04-05T20:52:15Z</updated>
		
		<summary type="html">&lt;p&gt;CalcKing: Not the first to discover it --&amp;gt; No credit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:83Plus:BCALLs:By Name|GetEndVar]]  [[Category:83Plus:BCALLs:By Name:Variable|GetEndVar]]  [[Category:83Plus:BCALLs:By Address|49D2 - GetEndVar]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
'''Official Name:''' GetEndVar&lt;br /&gt;
&lt;br /&gt;
'''BCALL Address:''' 49D2&lt;br /&gt;
&lt;br /&gt;
Executes [[83Plus:BCALLs:42F4|FindSym]] and calculates the end address of the variable.&lt;br /&gt;
&lt;br /&gt;
=== Inputs ===&lt;br /&gt;
* [[83Plus:RAM:8478|OP1]]: Variable name &lt;br /&gt;
&lt;br /&gt;
=== Outputs ===&lt;br /&gt;
* HL: Points to end of variable&lt;br /&gt;
* DE: Points to start of variable data&lt;br /&gt;
* Other outputs are the same as [[83Plus:BCALLs:42F4|FindSym]]&lt;br /&gt;
&lt;br /&gt;
=== Destroys ===&lt;br /&gt;
* All&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
This B_CALL can be useful if you want to access the end of a variable. Equivalent code located in example.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt; rst	10h	; FindSym&lt;br /&gt;
 ex	de,hl&lt;br /&gt;
 ld	e,(hl)&lt;br /&gt;
 inc	hl&lt;br /&gt;
 ld	d,(hl)&lt;br /&gt;
 inc	hl&lt;br /&gt;
 ex	de,hl&lt;br /&gt;
 add	hl,de&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>CalcKing</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:49D2</id>
		<title>83Plus:BCALLs:49D2</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:49D2"/>
				<updated>2005-04-02T15:27:21Z</updated>
		
		<summary type="html">&lt;p&gt;CalcKing: Hopefully last try.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:83Plus:BCALLs:By Name|GetEndVar]]  [[Category:83Plus:BCALLs:By Name:Variable|GetEndVar]]  [[Category:83Plus:BCALLs:By Address|49D2 - GetEndVar]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
'''Official Name:''' GetEndVar&lt;br /&gt;
&lt;br /&gt;
'''BCALL Address:''' 49D2&lt;br /&gt;
&lt;br /&gt;
Executes [[83Plus:BCALLs:42F4|FindSym]] and calculates the end address of the variable.&lt;br /&gt;
&lt;br /&gt;
=== Inputs ===&lt;br /&gt;
* [[83Plus:RAM:8478|OP1]]: Variable name &lt;br /&gt;
&lt;br /&gt;
=== Outputs ===&lt;br /&gt;
* HL: Points to end of variable&lt;br /&gt;
* DE: Points to start of variable data&lt;br /&gt;
* Other outputs are the same as [[83Plus:BCALLs:42F4|FindSym]]&lt;br /&gt;
&lt;br /&gt;
=== Destroys ===&lt;br /&gt;
* All&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
This B_CALL can be useful if you want to access the end of a variable. Equivalent code located in example.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt; rst	10h	; FindSym&lt;br /&gt;
 ex	de,hl&lt;br /&gt;
 ld	e,(hl)&lt;br /&gt;
 inc	hl&lt;br /&gt;
 ld	d,(hl)&lt;br /&gt;
 inc	hl&lt;br /&gt;
 ex	de,hl&lt;br /&gt;
 add	hl,de&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Credits and Contributions ==&lt;br /&gt;
* '''[[User:CalcKing|Peter Wakefield]]:''' For discovering this B_CALL.&lt;/div&gt;</summary>
		<author><name>CalcKing</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:49D2</id>
		<title>83Plus:BCALLs:49D2</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:49D2"/>
				<updated>2005-04-02T15:24:39Z</updated>
		
		<summary type="html">&lt;p&gt;CalcKing: Categories again...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:83Plus:BCALLs:By_Name|GetEndVar]]&lt;br /&gt;
[[Category:83Plus:BCALLs:By_Name:Variable|GetEndVar]]&lt;br /&gt;
[[Category:83Plus:BCALLs:By_Address|49D2 - GetEndVar]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
'''Official Name:''' GetEndVar&lt;br /&gt;
&lt;br /&gt;
'''BCALL Address:''' 49D2&lt;br /&gt;
&lt;br /&gt;
Executes [[83Plus:BCALLs:42F4|FindSym]] and calculates the end address of the variable.&lt;br /&gt;
&lt;br /&gt;
=== Inputs ===&lt;br /&gt;
* [[83Plus:RAM:8478|OP1]]: Variable name &lt;br /&gt;
&lt;br /&gt;
=== Outputs ===&lt;br /&gt;
* HL: Points to end of variable&lt;br /&gt;
* DE: Points to start of variable data&lt;br /&gt;
* Other outputs are the same as [[83Plus:BCALLs:42F4|FindSym]]&lt;br /&gt;
&lt;br /&gt;
=== Destroys ===&lt;br /&gt;
* All&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
This B_CALL can be useful if you want to access the end of a variable. Equivalent code located in example.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt; rst	10h	; FindSym&lt;br /&gt;
 ex	de,hl&lt;br /&gt;
 ld	e,(hl)&lt;br /&gt;
 inc	hl&lt;br /&gt;
 ld	d,(hl)&lt;br /&gt;
 inc	hl&lt;br /&gt;
 ex	de,hl&lt;br /&gt;
 add	hl,de&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Credits and Contributions ==&lt;br /&gt;
* '''[[User:CalcKing|Peter Wakefield]]:''' For discovering this B_CALL.&lt;/div&gt;</summary>
		<author><name>CalcKing</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:49D2</id>
		<title>83Plus:BCALLs:49D2</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:49D2"/>
				<updated>2005-04-02T15:16:51Z</updated>
		
		<summary type="html">&lt;p&gt;CalcKing: Fixing categories (?)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:83Plus:BCALLs:By Name|GetEndVar]]&lt;br /&gt;
[[Category:83Plus:BCALLs:By Name:Variable|GetEndVar]]&lt;br /&gt;
[[Category:83Plus:BCALLs:By Address|49D2 - GetEndVar]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
'''Official Name:''' GetEndVar&lt;br /&gt;
&lt;br /&gt;
'''BCALL Address:''' 49D2&lt;br /&gt;
&lt;br /&gt;
Executes [[83Plus:BCALLs:42F4|FindSym]] and calculates the end address of the variable.&lt;br /&gt;
&lt;br /&gt;
=== Inputs ===&lt;br /&gt;
* [[83Plus:RAM:8478|OP1]]: Variable name &lt;br /&gt;
&lt;br /&gt;
=== Outputs ===&lt;br /&gt;
* HL: Points to end of variable&lt;br /&gt;
* DE: Points to start of variable data&lt;br /&gt;
* Other outputs are the same as [[83Plus:BCALLs:42F4|FindSym]]&lt;br /&gt;
&lt;br /&gt;
=== Destroys ===&lt;br /&gt;
* All&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
This B_CALL can be useful if you want to access the end of a variable. Equivalent code located in example.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt; rst	10h	; FindSym&lt;br /&gt;
 ex	de,hl&lt;br /&gt;
 ld	e,(hl)&lt;br /&gt;
 inc	hl&lt;br /&gt;
 ld	d,(hl)&lt;br /&gt;
 inc	hl&lt;br /&gt;
 ex	de,hl&lt;br /&gt;
 add	hl,de&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Credits and Contributions ==&lt;br /&gt;
* '''[[User:CalcKing|Peter Wakefield]]:''' For discovering this B_CALL.&lt;/div&gt;</summary>
		<author><name>CalcKing</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:49D2</id>
		<title>83Plus:BCALLs:49D2</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:49D2"/>
				<updated>2005-04-02T07:18:34Z</updated>
		
		<summary type="html">&lt;p&gt;CalcKing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:83Plus:BCALLs:By Name|GetEndVar]]&lt;br /&gt;
[[Category:83Plus:BCALLs:By Name:Variable|GetEndVar]]&lt;br /&gt;
[[Category:83Plus:BCALLs:By Address|49D2 - GetEndVar]]&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
'''Official Name:''' GetEndVar&lt;br /&gt;
&lt;br /&gt;
'''BCALL Address:''' 49D2&lt;br /&gt;
&lt;br /&gt;
Executes [[83Plus:BCALLs:42F4|FindSym]] and calculates the end address of the variable.&lt;br /&gt;
&lt;br /&gt;
=== Inputs ===&lt;br /&gt;
* [[83Plus:RAM:8478|OP1]]: Variable name &lt;br /&gt;
&lt;br /&gt;
=== Outputs ===&lt;br /&gt;
* HL: Points to end of variable&lt;br /&gt;
* DE: Points to start of variable data&lt;br /&gt;
* Other outputs are the same as [[83Plus:BCALLs:42F4|FindSym]]&lt;br /&gt;
&lt;br /&gt;
=== Destroys ===&lt;br /&gt;
* All&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
This B_CALL can be useful if you want to access the end of a variable. Equivalent code located in example.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt; rst 10h ; FindSym&lt;br /&gt;
 ex	de,hl&lt;br /&gt;
 ld	e,(hl)&lt;br /&gt;
 inc	hl&lt;br /&gt;
 ld	d,(hl)&lt;br /&gt;
 inc	hl&lt;br /&gt;
 ex	de,hl&lt;br /&gt;
 add	hl,de&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Credits and Contributions ==&lt;br /&gt;
* '''[[User:CalcKing|Peter Wakefield]]:''' For discovering this B_CALL.&lt;/div&gt;</summary>
		<author><name>CalcKing</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=83Plus:RAM:8508</id>
		<title>83Plus:RAM:8508</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:RAM:8508"/>
				<updated>2005-03-31T03:06:25Z</updated>
		
		<summary type="html">&lt;p&gt;CalcKing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:83Plus:RAM:By Address|8508 - textShadow]]&lt;br /&gt;
[[Category:83Plus:RAM:By Name|textShadow]]&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
'''Official Name:''' textShadow&lt;br /&gt;
&lt;br /&gt;
'''Memory Address:''' 8508h&lt;br /&gt;
&lt;br /&gt;
'''Length:''' 128 bytes.&lt;br /&gt;
&lt;br /&gt;
This area of memory stores a copy of the large font text on the screen. This is mainly used by the OS to store the text for the homescreen.&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
The large font text routines store to this section of RAM. To prevent this, reset [[83Plus:Flags:0D#Bit_1|1, (iy + 0Dh)]].&lt;/div&gt;</summary>
		<author><name>CalcKing</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=User:CalcKing</id>
		<title>User:CalcKing</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=User:CalcKing"/>
				<updated>2005-03-29T22:47:16Z</updated>
		
		<summary type="html">&lt;p&gt;CalcKing: Added.... MOO!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Well, I guess you found &amp;quot;my page&amp;quot; on WikiTI. I guess I should be happy to have someone who cares, unless you got here by mistake. For now, I say only this: Stop looking at this page, and add some documentation to the rest of the site!&lt;/div&gt;</summary>
		<author><name>CalcKing</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=83Plus:RAM:9872</id>
		<title>83Plus:RAM:9872</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:RAM:9872"/>
				<updated>2005-03-28T23:39:17Z</updated>
		
		<summary type="html">&lt;p&gt;CalcKing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:83Plus:RAM:By Address|9872 - appBackUpScreen]]&lt;br /&gt;
[[Category:83Plus:RAM:By Name|appBackUpScreen]]&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
'''Official Name:''' appBackUpScreen&lt;br /&gt;
&lt;br /&gt;
'''Memory Address:''' 9872h&lt;br /&gt;
&lt;br /&gt;
'''Length:''' 768 bytes.&lt;br /&gt;
&lt;br /&gt;
This area of memory can be used for almost anything requiring 768 bytes or less of RAM.&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
The size of this area is perfect for storing a copy of the screen...&lt;/div&gt;</summary>
		<author><name>CalcKing</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs</id>
		<title>83Plus:BCALLs</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs"/>
				<updated>2005-03-27T23:57:43Z</updated>
		
		<summary type="html">&lt;p&gt;CalcKing: Added GrBufClr&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of all the documented TI-83+ system entrypoints, and their inputs, outputs, and usage.&lt;br /&gt;
&lt;br /&gt;
Please read our page on [[Contributing]] before editing these pages!&lt;br /&gt;
----&lt;br /&gt;
* [[83Plus:BCALLs:4009|4009]] - LdHLInd&lt;br /&gt;
* [[83Plus:BCALLs:41D4|41D4]] - ShRAcc&lt;br /&gt;
* [[83Plus:BCALLs:41D7|41D7]] - ShLAcc&lt;br /&gt;
* [[83Plus:BCALLs:4291|4291]] - RealName&lt;br /&gt;
* [[83Plus:BCALLs:4492|4492]] - HLMinus9&lt;br /&gt;
* [[83Plus:BCALLs:44E3|44E3]] - StrCpy&lt;br /&gt;
* [[83Plus:BCALLs:44E6|44E6]] - StrCat&lt;br /&gt;
* [[83Plus:BCALLs:486A|486A]] - GrBufCpy&lt;br /&gt;
* [[83Plus:BCALLs:4A53|4A53]] - MoveToNextSym&lt;br /&gt;
* [[83Plus:BCALLs:4A65|4A65]] - ZIfRclHandler&lt;br /&gt;
* [[83Plus:BCALLs:4A68|4A68]] - ZIfRclkApp&lt;br /&gt;
* [[83Plus:BCALLs:4A6B|4A6B]] - RclKey, RclKeyRtn&lt;br /&gt;
* [[83Plus:BCALLs:4A71|4A71]] - RclRegEq&lt;br /&gt;
* [[83Plus:BCALLs:4B73|4B73]] - IncFetch&lt;br /&gt;
* [[83Plus:BCALLs:4B7F|4B7F]] - RandInit&lt;br /&gt;
* [[83Plus:BCALLs:4BB5|4BB5]] - CentCursor&lt;br /&gt;
* [[83Plus:BCALLs:4BD0|4BD0]] - GrBufClr&lt;br /&gt;
* [[83Plus:BCALLs:4C45|4C45]] - GetCurrentPageSub&lt;br /&gt;
* [[83Plus:BCALLs:4C96|4C96]] - Get_NumKey&lt;br /&gt;
* [[83Plus:BCALLs:4D47|4D47]] - AppStartMouse&lt;br /&gt;
* [[83Plus:BCALLs:4D65|4D65]] - AppUpdateMouse&lt;br /&gt;
* [[83Plus:BCALLs:4DCB|4DCB]] - DeleteApp&lt;br /&gt;
* [[83Plus:BCALLs:4E7C|4E7C]] - ExecutePrgm&lt;br /&gt;
* [[83Plus:BCALLs:5008|5008]] - PowerOff&lt;br /&gt;
* [[83Plus:BCALLs:500B|500B]] - GetKeyRetOff&lt;br /&gt;
* [[83Plus:BCALLs:5014|5014]] - ArcChk&lt;br /&gt;
* [[83Plus:BCALLs:50BC|50BC]] - GetAppBasePage&lt;br /&gt;
* [[83Plus:BCALLs:8018|8018]] - MD5Final&lt;br /&gt;
* [[83Plus:BCALLs:801E|801E]] - BigNumCompare&lt;br /&gt;
* [[83Plus:BCALLs:807E|807E]] - GetCalcSerial&lt;br /&gt;
* [[83Plus:BCALLs:808A|808A]] - DispBootID&lt;br /&gt;
* [[83Plus:BCALLs:808D|808D]] - MD5Init&lt;br /&gt;
* [[83Plus:BCALLs:8090|8090]] - MD5Update&lt;br /&gt;
* [[83Plus:BCALLs:80B7|80B7]] - GetBootVer&lt;br /&gt;
* [[83Plus:BCALLs:80BA|80BA]] - GetHWVer&lt;/div&gt;</summary>
		<author><name>CalcKing</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:486A</id>
		<title>83Plus:BCALLs:486A</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:486A"/>
				<updated>2005-03-27T23:54:53Z</updated>
		
		<summary type="html">&lt;p&gt;CalcKing: Changed wording&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Synopsis ==&lt;br /&gt;
'''Official Name:''' _GrBufCpy&lt;br /&gt;
&lt;br /&gt;
'''BCALL Address:''' 486Ah&lt;br /&gt;
&lt;br /&gt;
Copies the data at [[83Plus:RAM:9340|plotSScreen]] to the LCD.&lt;br /&gt;
&lt;br /&gt;
=== Inputs ===&lt;br /&gt;
* [[83Plus:RAM:9340|plotSScreen]]: Graph buffer&lt;br /&gt;
&lt;br /&gt;
=== Outputs ===&lt;br /&gt;
* Buffer sent to screen&lt;br /&gt;
&lt;br /&gt;
=== Destroys ===&lt;br /&gt;
* All&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
There's not much else to say about this B_CALL.&lt;/div&gt;</summary>
		<author><name>CalcKing</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:4BD0</id>
		<title>83Plus:BCALLs:4BD0</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:4BD0"/>
				<updated>2005-03-27T23:53:26Z</updated>
		
		<summary type="html">&lt;p&gt;CalcKing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Synopsis ==&lt;br /&gt;
'''Official Name:''' _GrBufClr&lt;br /&gt;
&lt;br /&gt;
'''BCALL Address:''' 4BD0h&lt;br /&gt;
&lt;br /&gt;
Clears the memory location [[83Plus:RAM:9340|plotSScreen]].&lt;br /&gt;
&lt;br /&gt;
=== Inputs ===&lt;br /&gt;
* None&lt;br /&gt;
&lt;br /&gt;
=== Outputs ===&lt;br /&gt;
* 768 bytes at [[83Plus:RAM:9340|plotSScreen]] are set to 0.&lt;br /&gt;
&lt;br /&gt;
=== Destroys ===&lt;br /&gt;
* All&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
This B_CALL can be used to clear the graph buffer before drawing.&lt;/div&gt;</summary>
		<author><name>CalcKing</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs</id>
		<title>83Plus:BCALLs</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs"/>
				<updated>2005-03-27T23:42:31Z</updated>
		
		<summary type="html">&lt;p&gt;CalcKing: Added GrBufCpy&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of all the documented TI-83+ system entrypoints, and their inputs, outputs, and usage.&lt;br /&gt;
&lt;br /&gt;
Please read our page on [[Contributing]] before editing these pages!&lt;br /&gt;
----&lt;br /&gt;
* [[83Plus:BCALLs:4009|4009]] - LdHLInd&lt;br /&gt;
* [[83Plus:BCALLs:41D4|41D4]] - ShRAcc&lt;br /&gt;
* [[83Plus:BCALLs:41D7|41D7]] - ShLAcc&lt;br /&gt;
* [[83Plus:BCALLs:4291|4291]] - RealName&lt;br /&gt;
* [[83Plus:BCALLs:4492|4492]] - HLMinus9&lt;br /&gt;
* [[83Plus:BCALLs:44E3|44E3]] - StrCpy&lt;br /&gt;
* [[83Plus:BCALLs:44E6|44E6]] - StrCat&lt;br /&gt;
* [[83Plus:BCALLs:486A|486A]] - GrBufCpy&lt;br /&gt;
* [[83Plus:BCALLs:4A53|4A53]] - MoveToNextSym&lt;br /&gt;
* [[83Plus:BCALLs:4A65|4A65]] - ZIfRclHandler&lt;br /&gt;
* [[83Plus:BCALLs:4A68|4A68]] - ZIfRclkApp&lt;br /&gt;
* [[83Plus:BCALLs:4A6B|4A6B]] - RclKey, RclKeyRtn&lt;br /&gt;
* [[83Plus:BCALLs:4A71|4A71]] - RclRegEq&lt;br /&gt;
* [[83Plus:BCALLs:4B73|4B73]] - IncFetch&lt;br /&gt;
* [[83Plus:BCALLs:4B7F|4B7F]] - RandInit&lt;br /&gt;
* [[83Plus:BCALLs:4BB5|4BB5]] - CentCursor&lt;br /&gt;
* [[83Plus:BCALLs:4C45|4C45]] - GetCurrentPageSub&lt;br /&gt;
* [[83Plus:BCALLs:4C96|4C96]] - Get_NumKey&lt;br /&gt;
* [[83Plus:BCALLs:4D47|4D47]] - AppStartMouse&lt;br /&gt;
* [[83Plus:BCALLs:4D65|4D65]] - AppUpdateMouse&lt;br /&gt;
* [[83Plus:BCALLs:4DCB|4DCB]] - DeleteApp&lt;br /&gt;
* [[83Plus:BCALLs:4E7C|4E7C]] - ExecutePrgm&lt;br /&gt;
* [[83Plus:BCALLs:5008|5008]] - PowerOff&lt;br /&gt;
* [[83Plus:BCALLs:500B|500B]] - GetKeyRetOff&lt;br /&gt;
* [[83Plus:BCALLs:5014|5014]] - ArcChk&lt;br /&gt;
* [[83Plus:BCALLs:50BC|50BC]] - GetAppBasePage&lt;br /&gt;
* [[83Plus:BCALLs:8018|8018]] - MD5Final&lt;br /&gt;
* [[83Plus:BCALLs:801E|801E]] - BigNumCompare&lt;br /&gt;
* [[83Plus:BCALLs:807E|807E]] - GetCalcSerial&lt;br /&gt;
* [[83Plus:BCALLs:808A|808A]] - DispBootID&lt;br /&gt;
* [[83Plus:BCALLs:808D|808D]] - MD5Init&lt;br /&gt;
* [[83Plus:BCALLs:8090|8090]] - MD5Update&lt;br /&gt;
* [[83Plus:BCALLs:80B7|80B7]] - GetBootVer&lt;br /&gt;
* [[83Plus:BCALLs:80BA|80BA]] - GetHWVer&lt;/div&gt;</summary>
		<author><name>CalcKing</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:486A</id>
		<title>83Plus:BCALLs:486A</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:486A"/>
				<updated>2005-03-27T23:32:37Z</updated>
		
		<summary type="html">&lt;p&gt;CalcKing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Synopsis ==&lt;br /&gt;
'''Official Name:''' _GrBufCpy&lt;br /&gt;
&lt;br /&gt;
'''BCALL Address:''' 486Ah&lt;br /&gt;
&lt;br /&gt;
Copies the data at [[83Plus:RAM:9340|plotSScreen]] to the LCD.&lt;br /&gt;
&lt;br /&gt;
=== Inputs ===&lt;br /&gt;
* [[83Plus:RAM:9340|plotSScreen]]: Graph buffer&lt;br /&gt;
&lt;br /&gt;
=== Outputs ===&lt;br /&gt;
* Buffer sent to screen&lt;br /&gt;
&lt;br /&gt;
=== Destroys ===&lt;br /&gt;
* All&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
There's not much to say about this B_CALL.&lt;/div&gt;</summary>
		<author><name>CalcKing</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=83Plus:RAM:9340</id>
		<title>83Plus:RAM:9340</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:RAM:9340"/>
				<updated>2005-03-27T23:19:33Z</updated>
		
		<summary type="html">&lt;p&gt;CalcKing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Synopsis ==&lt;br /&gt;
'''Official Name:''' plotSScreen&lt;br /&gt;
&lt;br /&gt;
'''Memory Address:''' 9340h&lt;br /&gt;
&lt;br /&gt;
'''Length:''' 768 bytes.&lt;br /&gt;
&lt;br /&gt;
This area of memory stores the contents of the graph screen.&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
&lt;br /&gt;
The contents of this area can be copied to the LCD with B_CALL [[83Plus:BCALLs:486A|_GrBufCpy]].&lt;/div&gt;</summary>
		<author><name>CalcKing</name></author>	</entry>

	</feed>