z80:Directives:APPHEADER
From Learn @ Cemetech
Jump to navigationJump to searchInserts an application header.
This directive inserts a 128-byte application header for TI-83 Plus and TI-73 applications.
Contents
Syntax
A skeleton TI-83 Plus appliction.
.include "TI/ti83plus.inc" .defpage 0, kb(16), $4000 .page 0 .appheader .bjump _JForceCmdNoChar
Allowed inputs
Uses
See Also