Difference between revisions of "Z80:Directives:APPFIELD"

From Learn @ Cemetech
Jump to navigationJump to search
 
Line 23: Line 23:
  
 
=== Allowed inputs ===
 
=== Allowed inputs ===
 
[!-- All possible uses of the directive --]
 
  
 
== Uses ==
 
== Uses ==
 
[!-- Uses of this directive --]
 
  
 
== See Also ==
 
== See Also ==
 
[!-- Related directives --]
 
  
 
{{lowercase}}
 
{{lowercase}}

Latest revision as of 08:26, 5 February 2016

Set a particular field in the application header to particular value.

! Field Name Description Type Default
revision Program Revision The version of the application. Number (byte) 1
build Build Number Often used a sub-version. For example: v1.0 Build 10. Number (byte) 1
uses Overuse Count How many times the application can be run. Must be at least 16. Number (byte) None
nosplash Disable TI Spash Screen Ensures the TI splash screen isn't displayed. Boolean True
hardware Maximum Hardware Revision Maximum hardware revision the application is valid on. Number (byte) None
basecode Lowest Basecode The lowest basecode that the application can run on. OS Version (maj.minor) 0.00

Syntax

   .appfield field, value


Allowed inputs

Uses

See Also