The Application Header
I'm sorry, I'm strapped for time so I can't help just yet— maybe in a few weeks.
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.:
.org $4000
.db $80,$0F, 0,0,0,0
.db $80,$12, $01,$04 ;signing key ID
.db $80,$47, "AppName" ;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:Z80 Assembly>English>TI-BASIC>Python>French>C>0





