home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / MRFiles / GS3DVPAK.ARC / SAMPLEHDR (.txt) < prev    next >
Encoding:
GEOS ConVerT  |  2019-04-13  |  2.3 KB  |  46 lines

  1. ,$SampleHdr
  2. PRG formatted GEOS file V1.0
  3. CONVERTED WITH GEOSHELL V2.2
  4. Write Image V2.1
  5. geoWrite    V1.1
  6. header file for geoSHELL development
  7. ;****************************************************
  8. ;        SampleHdr
  9. ;    Header file for 'sample' command for geoSHELL
  10. ;    Use this as a template for any new command.
  11. ;    Copyright 1994 by Maurice Randall
  12. ;    Charlotte, Mich. 48813
  13. ;    For Use Only By Registered Owners Of The
  14. ;    geoSHELL Programmer's Development Package
  15. ;****************************************************
  16. .header            ;start of header section.
  17.     .word    0
  18.     .byte    3
  19.     .byte    21
  20.     .byte    $83    ;Commodore file type, with bit 7 set.
  21.     .byte    TRANSCOMM    ;Geos file type. (21)
  22.     .byte    0    ;Geos file structure type.
  23.     .word    Trans1Start    ;start address of command (where to 
  24.             ;load to - $6800)
  25.     .word    $7f3f    ;highest end address.
  26.     .word    Trans1Start    ;init address of command (where to JMP to).
  27. ;permanent command name must be 12 characters including spaces
  28. ;plus version number. The final byte here is the system byte. $40 allows
  29. ;this command to run on any GEOS system. (refer to appendix C)
  30.     .byte    "Sample      v1.0",0,0,0,$40
  31. ;twenty character author name including the null-terminator.
  32. ;change this to your own name.
  33.     .byte    "Maurice Randall    ",0
  34. ;don't change this! If you change it, your command will not be recognized.
  35.     .byte    "CmdProcessorV2.0",0,0,0,0
  36.     .block    23
  37. ;place the text here that you wish to have
  38. ;displayed in the Desktop's info box.
  39.     .byte    "Just change the wording here to "
  40.     .byte    "whatever you want displayed.",0
  41. .endh
  42. <<cff
  43. `fkffc<<c    
  44. <<cff
  45. `fkffc<<c    
  46.