<?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/index.php?action=history&amp;feed=atom&amp;title=84PCE%3ASyscalls%3A021890</id>
		<title>84PCE:Syscalls:021890 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wikiti.brandonw.net/index.php?action=history&amp;feed=atom&amp;title=84PCE%3ASyscalls%3A021890"/>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=84PCE:Syscalls:021890&amp;action=history"/>
		<updated>2026-04-23T02:54:05Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.5</generator>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=84PCE:Syscalls:021890&amp;diff=11879&amp;oldid=prev</id>
		<title>Commandblockguy: Add page for ShowResult</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=84PCE:Syscalls:021890&amp;diff=11879&amp;oldid=prev"/>
				<updated>2022-05-22T20:38:20Z</updated>
		
		<summary type="html">&lt;p&gt;Add page for ShowResult&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:84PCE:Syscalls:By Name|ShowResult]]&lt;br /&gt;
[[Category:84PCE:Syscalls:By Address|021890 - ShowResult]]&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
'''Hypothesized Official Name:''' ShowResult&lt;br /&gt;
&lt;br /&gt;
'''Syscall Address:''' 021890h&lt;br /&gt;
&lt;br /&gt;
Displays a value on the homescreen and adds it to the entry history. If MathPrint is enabled, it will format the displayed result with MathPrint (unless otherwise stated).&lt;br /&gt;
&lt;br /&gt;
=== Inputs ===&lt;br /&gt;
* A = variable type&lt;br /&gt;
** $00 - Displays string in HL, allows the user to recall it into the homescreen by pressing Enter on it. Does not apply MathPrint styling. Uses BC to determine which column to start from.&lt;br /&gt;
** $01 - Displays string in HL, does not allow the user to recall it.&lt;br /&gt;
** $02, $04 - Doesn't actually use the string in HL, nor the value of Ans, really don't know what's happening here.&lt;br /&gt;
** $03, $05-$0B, $0F-$14, $16-$17 - Does not display anything.&lt;br /&gt;
** $0C - Displays string in HL, allows the user to recall it into the homescreen by pressing Enter on it.&lt;br /&gt;
** $0D - Displays string in HL, does not allow the user to recall it.&lt;br /&gt;
** $0E - Displays &amp;quot;Error&amp;quot;.&lt;br /&gt;
** $15 - Displays &amp;quot;Done&amp;quot;.&lt;br /&gt;
* HL = null-terminated string - This is neither a token string nor a TI-ASCII string, so I'll go ahead and call it a &amp;quot;cursed string&amp;quot; - the majority of the codepoints are treated like tokens, but the rest ($10, $14, $1A, $1B, $20, $22, $27, $28, $29, $2B, $2C, $2D, $2E, $5D, $5E, $7B, $7D, $C1, $C4, $CE, $D7, $DB, $F5, $F6) are treated as TI-ASCII.&lt;br /&gt;
* BC = length of string (in characters, not tokens).&lt;br /&gt;
&lt;br /&gt;
=== Outputs ===&lt;br /&gt;
* None&lt;br /&gt;
&lt;br /&gt;
=== Destroys ===&lt;br /&gt;
* All&lt;/div&gt;</summary>
		<author><name>Commandblockguy</name></author>	</entry>

	</feed>