<?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%3A4C3C</id>
		<title>83Plus:BCALLs:4C3C - 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%3A4C3C"/>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:4C3C&amp;action=history"/>
		<updated>2026-06-13T20:12:12Z</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:4C3C&amp;diff=5774&amp;oldid=prev</id>
		<title>Brandonw at 17:23, 9 March 2007</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:BCALLs:4C3C&amp;diff=5774&amp;oldid=prev"/>
				<updated>2007-03-09T17:23:28Z</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|ExecuteNewPrgm]][[Category:83Plus:BCALLs:By Name:Variable|ExecuteNewPrgm]][[Category:83Plus:BCALLs:By Address|4C3C - ExecuteNewPrgm]]&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
'''Unofficial Name:''' ExecuteNewPrgm&lt;br /&gt;
&lt;br /&gt;
'''BCALL Address:''' 4C3C&lt;br /&gt;
&lt;br /&gt;
Creates a new program, fills it with data, and then executes it.&lt;br /&gt;
&lt;br /&gt;
=== Inputs ===&lt;br /&gt;
* A: type of variable to create (05h for programs, 06h for protected programs)&lt;br /&gt;
* HL: pointer to structure (described below)&lt;br /&gt;
&lt;br /&gt;
=== Outputs ===&lt;br /&gt;
* None&lt;br /&gt;
&lt;br /&gt;
=== Registers Destroyed ===&lt;br /&gt;
* All&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
The structure which this routine takes as argument is shown below.&lt;br /&gt;
&lt;br /&gt;
 DB &amp;quot;NAME&amp;quot;,0 ;zero-terminated name of program&lt;br /&gt;
 DW wSize    ;size of program&lt;br /&gt;
 ;program data&lt;br /&gt;
&lt;br /&gt;
It will execute both BASIC and assembly programs. If the variable already exists and is archived, an error is thrown. If it is type 06h (protected), ERR:RESERVED is thrown (for whatever reason). Otherwise, it is deleted.&lt;br /&gt;
&lt;br /&gt;
In theory, any variable can be created from this routine and &amp;quot;executed&amp;quot;, but don't.&lt;/div&gt;</summary>
		<author><name>Brandonw</name></author>	</entry>

	</feed>