<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=Z80%3ADirectives%3AEXPORTMODE</id>
	<title>Z80:Directives:EXPORTMODE - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=Z80%3ADirectives%3AEXPORTMODE"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=Z80:Directives:EXPORTMODE&amp;action=history"/>
	<updated>2026-06-10T14:18:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>http://learn.cemetech.net/index.php?title=Z80:Directives:EXPORTMODE&amp;diff=226&amp;oldid=prev</id>
		<title>Maintenance script: Initial automated import</title>
		<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=Z80:Directives:EXPORTMODE&amp;diff=226&amp;oldid=prev"/>
		<updated>2016-02-05T17:34:23Z</updated>

		<summary type="html">&lt;p&gt;Initial automated import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Specifies the type of label export file to write. A label export file contains all the labels marked for exporting (through the .export directive) and their value. This can be used, for example, to export the addresses of functions in a library. The label file can even be used alongside a debugger. Here is a list of the modes:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Mode !! Description !! Extension&lt;br /&gt;
|-&lt;br /&gt;
|| Assembly || Assembly source (label .equ value pairs). || .inc&lt;br /&gt;
|-&lt;br /&gt;
|| FullAssembly || Assembly source (label .equ value, page pairs). || .inc&lt;br /&gt;
|-&lt;br /&gt;
|| LabelFile || Binary label file (.inclabels). || .lbl&lt;br /&gt;
|-&lt;br /&gt;
|| NO$GMB || NO$GMB symbol file. || .sym&lt;br /&gt;
|-&lt;br /&gt;
|| EmukonPatch || Emukon patch file. || .pat&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The extension is only used if you do not specify an export file name, and is appended to the binary name (not replacing it - so binfile.bin will have binfile.bin.inc, not binfile.inc).&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
    .exportmode mode&lt;br /&gt;
&lt;br /&gt;
=== Allowed inputs ===&lt;br /&gt;
&lt;br /&gt;
== Uses ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
[[Z80:Directives:EXPORT|export]]&lt;br /&gt;
&lt;br /&gt;
{{lowercase}}&lt;br /&gt;
[[Category:Z80 Assembly]]&lt;br /&gt;
[[Category:Z80 Heaven]]&lt;br /&gt;
[[Category:Z80 Directives]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>