<?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%3AINCLABELS</id>
	<title>Z80:Directives:INCLABELS - 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%3AINCLABELS"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=Z80:Directives:INCLABELS&amp;action=history"/>
	<updated>2026-06-03T23:51:00Z</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:INCLABELS&amp;diff=205&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:INCLABELS&amp;diff=205&amp;oldid=prev"/>
		<updated>2016-02-05T17:19:54Z</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;Include a labels file to add labels quickly.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
    .inclabels &amp;quot;filename.ext&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Uses ==&lt;br /&gt;
&lt;br /&gt;
This loads a file of labels. It partially compensates for a slow parser; it also reduces the size of include files significantly.&lt;br /&gt;
&lt;br /&gt;
The file format is a list of label definitions, in the form \[label name length (in characters)]\[label name]\[page (ushort)]\[value (ushort)].&lt;br /&gt;
&lt;br /&gt;
For example, the label fish, value $1234, would be:&lt;br /&gt;
&lt;br /&gt;
 .db 4, &amp;quot;fish&amp;quot;, $34, $12, $00, $00.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&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>