home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / canada-remote-systems / geos / utils / pntr128.lbr / POINTER.HDR.seq (.txt) next >
GEOS ConVerT  |  2019-04-13  |  2KB  |  37 lines

  1. Pointer.hdr
  2. SEQ formatted GEOS file V1.0
  3. StarNX-1000C
  4. OP V2.0 or highernager
  5. GEOPAINT
  6. BLASTER'S CONVERTER V2.5
  7. GEOASSEMBLER
  8. GEOLINKER
  9. Write Image V2.1
  10. geoWrite    V1.1
  11. *This is the header file for ReColor.  It can be viewed from geoWrite.
  12. ; *** 128Pointer 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. @    .byte    $80 | USR    ; Commodore file type, with bit 7 set.
  22.     .byte    AUTO_EXEC    ; 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    "Pointer128  V1.0",0,0,0,$C0    ; 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 will change the 128's 80"    ; Info. on the program.
  34.     .byte     " column pointer picture.",0
  35.     .endh
  36. UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU
  37.