home *** CD-ROM | disk | FTP | other *** search
- ,$SampleHdr
- PRG formatted GEOS file V1.0
- CONVERTED WITH GEOSHELL V2.2
- Write Image V2.1
- geoWrite V1.1
- header file for geoSHELL development
- ;****************************************************
- ; SampleHdr
- ; Header file for 'sample' command for geoSHELL
- ; Use this as a template for any new command.
- ; Copyright 1994 by Maurice Randall
- ; Charlotte, Mich. 48813
- ; For Use Only By Registered Owners Of The
- ; geoSHELL Programmer's Development Package
- ;****************************************************
- .header ;start of header section.
- .word 0
- .byte 3
- .byte 21
- .byte $83 ;Commodore file type, with bit 7 set.
- .byte TRANSCOMM ;Geos file type. (21)
- .byte 0 ;Geos file structure type.
- .word Trans1Start ;start address of command (where to
- ;load to - $6800)
- .word $7f3f ;highest end address.
- .word Trans1Start ;init address of command (where to JMP to).
- ;permanent command name must be 12 characters including spaces
- ;plus version number. The final byte here is the system byte. $40 allows
- ;this command to run on any GEOS system. (refer to appendix C)
- .byte "Sample v1.0",0,0,0,$40
- ;twenty character author name including the null-terminator.
- ;change this to your own name.
- .byte "Maurice Randall ",0
- ;don't change this! If you change it, your command will not be recognized.
- .byte "CmdProcessorV2.0",0,0,0,0
- .block 23
- ;place the text here that you wish to have
- ;displayed in the Desktop's info box.
- .byte "Just change the wording here to "
- .byte "whatever you want displayed.",0
- .endh
- <<cff
- `fkffc<<c
- <<cff
- `fkffc<<c
-