<?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=83Plus%3ABCALLs%3A431B</id>
		<title>83Plus:BCALLs:431B - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wikiti.brandonw.net/index.php?action=history&amp;feed=atom&amp;title=83Plus%3ABCALLs%3A431B"/>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:431B&amp;action=history"/>
		<updated>2026-04-05T18:53:40Z</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=83Plus:BCALLs:431B&amp;diff=3672&amp;oldid=prev</id>
		<title>84plusfreak at 09:39, 3 May 2005</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:431B&amp;diff=3672&amp;oldid=prev"/>
				<updated>2005-05-03T09:39:18Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:83Plus:BCALLs:By Name|CreateCList]][[Category:83Plus:BCALLs:By Name:Variable|CreateCList]][[Category:83Plus:BCALLs:By Address|431B - CreateCList]]&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
'''Official Name:''' CreateCList&lt;br /&gt;
&lt;br /&gt;
'''BCALL Address:''' 431B&lt;br /&gt;
&lt;br /&gt;
Creates a complex list.&lt;br /&gt;
&lt;br /&gt;
=== Inputs ===&lt;br /&gt;
* HL = Number of elements&lt;br /&gt;
* [[83Plus:RAM:8478|OP1]] = Name of list&lt;br /&gt;
&lt;br /&gt;
=== Outputs ===&lt;br /&gt;
* HL points to symbol table entry&lt;br /&gt;
* DE points to data section&lt;br /&gt;
* [[83Plus:RAM:8499|OP4]] contains the name as inputted in [[83Plus:RAM:8478|OP1]].&lt;br /&gt;
&lt;br /&gt;
=== Registers Destroyed ===&lt;br /&gt;
* AF,BC,[[83Plus:RAM:8478|OP1]],[[83Plus:RAM:8483|OP2]]&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
If there isn't enough RAM a memory error will be generated. ([[83Plus:RAM:8478|OP1]]) doesn't have to be 0Dh. Contents of the list are random.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 ld hl,listName&lt;br /&gt;
 RST rMov9ToOP1&lt;br /&gt;
 ld hl,4&lt;br /&gt;
 B_CALL CreateCList&lt;br /&gt;
 &lt;br /&gt;
 listName: db CListObj,&amp;quot;RAND&amp;quot;,0&lt;/div&gt;</summary>
		<author><name>84plusfreak</name></author>	</entry>

	</feed>