<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Comments for page &quot;The Application Header&quot;</title>
		<link>http://z80-heaven.wikidot.com/forum/t-3211891/the-application-header</link>
		<description>Posts in the discussion thread &quot;The Application Header&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Fri, 13 Mar 2026 07:48:20 +0000</lastBuildDate>
		
					<item>
				<guid>http://z80-heaven.wikidot.com/forum/t-3211891#post-3567096</guid>
				<title>Re: The Application Header</title>
				<link>http://z80-heaven.wikidot.com/forum/t-3211891/the-application-header#post-3567096</link>
				<description></description>
				<pubDate>Tue, 08 Aug 2017 13:54:41 +0000</pubDate>
				<wikidot:authorName>Xeda Elnara</wikidot:authorName>				<wikidot:authorUserId>595803</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I started this, it is not yet complete, but I submitted what I have completed.</p> <p><strong>Edit:</strong> For the most part, complete.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://z80-heaven.wikidot.com/forum/t-3211891#post-3566135</guid>
				<title>The Application Header</title>
				<link>http://z80-heaven.wikidot.com/forum/t-3211891/the-application-header#post-3566135</link>
				<description></description>
				<pubDate>Mon, 07 Aug 2017 01:33:09 +0000</pubDate>
				<wikidot:authorName>Xeda Elnara</wikidot:authorName>				<wikidot:authorUserId>595803</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm sorry, I'm strapped for time so I can't help just yet&#8212; maybe in a few weeks.</p> <p>This page is in need of an overhaul and while I want to keep the cheeky language, it's absolutely incorrect about a few key points. Application headers are restricted to 128 bytes, but only as an upper limit. A minimum header is a few dozen bytes. An example here is 32 bytes and could be less depending on the size of the app name.:</p> <div class="code"> <pre><code>.org $4000 .db $80,$0F, 0,0,0,0 .db $80,$12, $01,$04 ;signing key ID .db $80,$47, &quot;AppName&quot; ;change the $47 according to name len (last nibble is the length). .db $80,$81, 1 ;num pages .db $80,$90 ;no splash .db $03,$22,$09,$00 ;date stamp .db $02,$00 ;date stamp signature .db $80,$70 ;final field appstart:</code></pre></div> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>