home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / canada-remote-systems / geos / drivers / shelldc2.sda / SHELLHEADER (.txt) < prev    next >
GEOS ConVerT  |  2019-04-13  |  2KB  |  40 lines

  1. ShellHeader
  2. PRG formatted GEOS file V1.0
  3. Star NX-10
  4. OP V2.0 or higherHELL
  5. SHELLHEADER
  6. BLASTER'S CONVERTER V2.5
  7. PetASCII
  8. PChanGC
  9. Write Image V2.0
  10. geoWrite    V1.1
  11. Sample header for Shell Printer Drivers.  Modify author name and info box.
  12.     .header        ;start of header section
  13.     .word    0    ;first two bytes are always zero
  14.     .byte    3        ;width in bytes
  15.     .byte    21    ;and height in scanlines of:
  16.     .byte    $80 | 3    ;Commodore file type, with bit 7 set USR.
  17.     .byte    9    ;Geos file type PRINTER
  18.     .byte    0    ;Geos file structure type SEQUENTIAL
  19.     .word    $7900    ;start address of program (where to load to)
  20.     .word    ProgEnd
  21.     .word    $7900    ;init address of program (where to JMP to)
  22.     .byte    "ShellDriver V2.0",0,0,0,$00
  23.             ;permanent filename: 12 characters,
  24.             ;followed by 4 character version number,
  25.             ;followed by 3 zeroes,
  26.             ;followed by 40/80 column flag.
  27.     .byte    "George H. Wells, Jr."
  28.             ;twenty character author name
  29.     .block    160-117    ;skip 43 bytes...
  30.     .byte    "Shell Printer Driver",0    ;Info Box.
  31.     .endh
  32. HGEOS Shell Driver Header    
  33. Page: PAGE
  34. Printed on: DATE    At: TIME    File: ShellHeader
  35. ---------------------------------------------------------------------------------
  36. HGEOS Shell Driver Header    
  37. Page: PAGE
  38. Printed on: DATE    At: TIME    File: ShellHeader
  39. -----------------------------------------------------------------------------------------------
  40.