<?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%3AENDMODULE</id>
	<title>Z80:Directives:ENDMODULE - 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%3AENDMODULE"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=Z80:Directives:ENDMODULE&amp;action=history"/>
	<updated>2026-05-03T00:41:25Z</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:ENDMODULE&amp;diff=202&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:ENDMODULE&amp;diff=202&amp;oldid=prev"/>
		<updated>2016-02-05T17:17:16Z</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;Ends a .module.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
Endmodule must directly follow a .module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    .module People&lt;br /&gt;
        Count = 1&lt;br /&gt;
        .module Ben&lt;br /&gt;
            Age = 21&lt;br /&gt;
        .endmodule&lt;br /&gt;
    .endmodule&lt;br /&gt;
    &lt;br /&gt;
    .echoline &amp;quot;There is &amp;quot;, People.Count, &amp;quot; person.&amp;quot;&lt;br /&gt;
    .echoline &amp;quot;Ben is &amp;quot;, People.Ben.Age, &amp;quot; years old.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Allowed inputs ===&lt;br /&gt;
&lt;br /&gt;
== Uses ==&lt;br /&gt;
It is used much like a &amp;quot;struct&amp;quot; in C, or a &amp;quot;class&amp;quot; in Java. It helps organize variables/constants into clearly defined groups.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
[[Z80:Directives:NESTMODULES/ENDNESTMODULES|nestmodules-endnestmodules]]&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>