z80:Directives:APPFIELD
From Learn @ Cemetech
				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
[!-- All possible uses of the directive --]
Uses
[!-- Uses of this directive --]
See Also
[!-- Related directives --]