<?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%3A4339</id>
		<title>83Plus:BCALLs:4339 - 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%3A4339"/>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:4339&amp;action=history"/>
		<updated>2026-04-05T20:16:11Z</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:4339&amp;diff=3682&amp;oldid=prev</id>
		<title>84plusfreak at 10:09, 3 May 2005</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:4339&amp;diff=3682&amp;oldid=prev"/>
				<updated>2005-05-03T10:09:56Z</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|CreateProg]][[Category:83Plus:BCALLs:By Name:Variable|CreateProg]][[Category:83Plus:BCALLs:By Address|4339 - CreateProg]]&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
'''Official Name:''' CreateProg&lt;br /&gt;
&lt;br /&gt;
'''BCALL Address:''' 4339&lt;br /&gt;
&lt;br /&gt;
Creates a program.&lt;br /&gt;
&lt;br /&gt;
=== Inputs ===&lt;br /&gt;
* HL = Length in bytes&lt;br /&gt;
* [[83Plus:RAM:8478|OP1]] = Name of program&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 the length of name is shorter than 8 characters it must be zero-terminated. If there isn't enough RAM a memory error will be generated. ([[83Plus:RAM:8478|OP1]]) doesn't have to be 05h. Contents of the program are random.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 ld hl,progName&lt;br /&gt;
 RST rMov9ToOP1&lt;br /&gt;
 ld hl,10&lt;br /&gt;
 B_CALL CreateProg&lt;br /&gt;
 &lt;br /&gt;
 progName: db ProgObj,&amp;quot;PROGNAME&amp;quot;&lt;/div&gt;</summary>
		<author><name>84plusfreak</name></author>	</entry>

	</feed>