home *** CD-ROM | disk | FTP | other *** search
- #AlbumHdr
- PRG formatted GEOS file V1.0
- CONVERTED WITH GEOSHELL V2.2
- Write Image V2.1
- geoWrite V1.1
- header file for geoSHELL development
- ;****************************************************
- ; AlbumHdr
- ;****************************************************
- .header ;start of header section.
- .word 0
- .byte 3
- .byte 21
- .byte $83 ;Commodore file type, with bit 7 set.
- .byte 7 ;Geos file type. (21)
- .byte 0 ;Geos file structure type.
- .word $7900 ;start address of command (where to
- ;load to - $6800)
- .word $7f3f ;highest end address.
- .word $7902 ;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 "Album V1.0",0,0,0,$00
- ;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 " ",0,0,0,0
- .block 23
- ;place the text here that you wish to have
- ;displayed in the Desktop's info box.
- .byte "Display photo scraps "
- .byte "from an album in GeoBasic.",0
- .endh
- <<cff
- `fkffc<<c
- <<cff
- `fkffc<<c
-