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

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:4009</id>
		<title>83Plus:BCALLs:4009</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:4009"/>
				<updated>2005-10-10T01:16:35Z</updated>
		
		<summary type="html">&lt;p&gt;198.37.19.193: /* Synopsis */ changed &amp;quot;store&amp;quot; to &amp;quot;load&amp;quot;, since 'store' usually means writes to memory&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:83Plus:BCALLs:By Name:Utility|LdHLInd]] [[Category:83Plus:BCALLs:By Name|LdHLInd]] [[Category:83Plus:BCALLs:By Address|4009 - LdHLInd]]&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
'''Official Name:''' LdHLInd&lt;br /&gt;
&lt;br /&gt;
'''BCALL Address:''' 4009&lt;br /&gt;
&lt;br /&gt;
Loads the value at (HL) into register HL.&lt;br /&gt;
&lt;br /&gt;
=== Inputs ===&lt;br /&gt;
* HL: pointer to bytes to load&lt;br /&gt;
&lt;br /&gt;
=== Outputs ===&lt;br /&gt;
* HL: value located at input (HL)&lt;br /&gt;
&lt;br /&gt;
=== Registers Destroyed ===&lt;br /&gt;
* AF&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
Useful utility call.  Equivalent code located in example.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;LdHLInd:&lt;br /&gt;
 ld a,(hl)&lt;br /&gt;
 inc hl&lt;br /&gt;
 ld h,(hl)&lt;br /&gt;
 ld l,a&lt;br /&gt;
 ret&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
There is also an equivalent version which uses DE instead of A:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;LdHLInd:&lt;br /&gt;
 ld e,(hl)&lt;br /&gt;
 inc hl&lt;br /&gt;
 ld d,(hl)&lt;br /&gt;
 ex de,hl&lt;br /&gt;
 ret&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>198.37.19.193</name></author>	</entry>

	</feed>