home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / MRFiles / PHOTO.SFX / photohdr (.txt) < prev    next >
Encoding:
GEOS ConVerT  |  1990-02-12  |  2.3 KB  |  40 lines

  1. PhotoHdr
  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. ;        PhotoHdr
  9. ;****************************************************
  10. .header            ;start of header section.
  11.     .word    0
  12.     .byte    3
  13.     .byte    21
  14.     .byte    $83    ;Commodore file type, with bit 7 set.
  15.     .byte    7    ;Geos file type. (21)
  16.     .byte    0    ;Geos file structure type.
  17.     .word    $7900    ;start address of command (where to 
  18.             ;load to - $6800)
  19.     .word    $7f3f    ;highest end address.
  20.     .word    $7900    ;init address of command (where to JMP to).
  21. ;permanent command name must be 12 characters including spaces
  22. ;plus version number. The final byte here is the system byte. $40 allows
  23. ;this command to run on any GEOS system. (refer to appendix C)
  24.     .byte    "Photo       V1.0",0,0,0,$00
  25. ;twenty character author name including the null-terminator.
  26. ;change this to your own name.
  27.     .byte    "Maurice Randall    ",0
  28. ;don't change this! If you change it, your command will not be recognized.
  29.     .byte    "                ",0,0,0,0
  30.     .block    23
  31. ;place the text here that you wish to have
  32. ;displayed in the Desktop's info box.
  33.     .byte    "Display a photo scrap "
  34.     .byte    "in GeoBasic.",0
  35. .endh
  36. <<cff
  37. `fkffc<<c    
  38. <<cff
  39. `fkffc<<c    
  40.