<?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%3ASHELLHEADER</id>
	<title>Z80:Directives:SHELLHEADER - 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%3ASHELLHEADER"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=Z80:Directives:SHELLHEADER&amp;action=history"/>
	<updated>2026-05-02T16:50:43Z</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:SHELLHEADER&amp;diff=171&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:SHELLHEADER&amp;diff=171&amp;oldid=prev"/>
		<updated>2016-02-05T16:43:13Z</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;Generates a header for popular calculator shells.&lt;br /&gt;
&lt;br /&gt;
The directive generates code (and inserts it at the current point) according to the list.&lt;br /&gt;
&lt;br /&gt;
    /*Ion*/&lt;br /&gt;
      ret&lt;br /&gt;
      jr nc,Start&lt;br /&gt;
      .byte &amp;quot;Description&amp;quot;,0&lt;br /&gt;
    Start:&lt;br /&gt;
    /*MirageOS*/&lt;br /&gt;
      ret&lt;br /&gt;
      .byte 1&lt;br /&gt;
      ; 30 bytes for 15x15 icon.&lt;br /&gt;
      .byte &amp;quot;Description&amp;quot;,0&lt;br /&gt;
    /*Venus*/&lt;br /&gt;
      .byte $E7,$39,$5F,$5B,$56,$3F,$00&lt;br /&gt;
      jr nc,Start&lt;br /&gt;
      .byte &amp;quot;Description&amp;quot;,0&lt;br /&gt;
      ; If specified, 32 bytes for 16x16 icon.&lt;br /&gt;
    Start:&lt;br /&gt;
&lt;br /&gt;
You still need to specify the start origin yourself. You will also need to manually add the AsmPrgm header for TI-83 Plus programs.&lt;br /&gt;
The directive will report a warning if there is not two bytes output before this directive (TI-83 Plus) or if data is output before this directive at all (TI-83).&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
    .ionheader &amp;quot;Description&amp;quot;&lt;br /&gt;
    .mirageosheader &amp;quot;Description&amp;quot; [, &amp;quot;Icon.gif&amp;quot;]&lt;br /&gt;
    .venusheader &amp;quot;Description&amp;quot; [, &amp;quot;Icon.gif&amp;quot;]&lt;br /&gt;
    .doorscsheader [&amp;quot;Icon.gif&amp;quot;]&lt;br /&gt;
&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;
{{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>