home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / canada-remote-systems / geos / drivers / nx1000sr.sfx / snx1000c.hdr (.txt) next >
GEOS ConVerT  |  1990-02-12  |  2KB  |  41 lines

  1. SNX1000C.hdr
  2. PRG formatted GEOS file V1.0
  3. StarNX-1000C
  4. OP V2.0 or higherHARE.SDA
  5. VT100EMULATOR
  6. BLASTER'S CONVERTER V2.5
  7. AT HAYES COMMAND
  8. 6470AUTO-ANS
  9. Write Image V2.1
  10. geoWrite    V1.1
  11. *This is the header file for ReColor.  It can be viewed from geoWrite.
  12. ; *** StarNX-1000C Header File
  13. .if     Pass1        ; Only need to include this file
  14.             ;   during assembler's first pass.
  15. .include    geosSym        ; Get GEOS definitions
  16. .endif
  17.     .header        ; Set the start of the header section
  18.     .word    0    ; First two bytes are always zero
  19.     .byte     3    ; Width in bytes
  20.     .byte     21    ;   and height in scanlines of:
  21. A    .byte    $80 | USR    ; Commodore USER file type, with bit 7 set.
  22.     .byte    PRINTER    ; GEOS file type.
  23.     .byte    SEQUENTIAL    ; GEOS file structure type.
  24.     .word    PRGStart    ; Start address of program
  25.     .word    PRGEnd    ; End address of program
  26.     .word     PRGStart    ; Init address of program (where to JMP to)
  27.     .byte    "PrintDriver V2.0",0,0,0,$00    ; Permanent filename: 12 characters,
  28.             ;   followed by 4 char version number,
  29.             ;   followed by 3 zeroes,
  30.             ;   followed by 40/80 column flag.
  31.     .byte     "James W. Pyle III",0,0,0    ; Author's name: 20 characters
  32.     .block     160-117    ; Skip 43 bytes.
  33.     .byte     "This is a printer driver for the"    ; Info. on the program.
  34.     .byte     " Star NX-1000C printer.",0
  35.     .endh
  36. aracter.
  37.     rts        ; Yes, exit this subroutine.
  38.      @Credits
  39. :            ; My Credits.
  40.     .byte    "By: James W. Pyle III  (C) 1989 Microtech Softworks, Inc
  41.