home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / GEOSApps / LOC128SRCA.SFX / newfhdr (.txt) next >
GEOS ConVerT  |  1990-02-12  |  2KB  |  38 lines

  1. NewF.hdr
  2. PRG formatted GEOS file V1.0
  3. StarNX-1000C
  4. NewFsym
  5. NewF.SRC
  6. LOCATE128.DOC
  7. ReadMeFirst
  8. Write Image V2.1
  9. geoWrite    V1.1
  10. GEOPROGRAMMER sample file. header
  11. .if    Pass1        ;Only need to include this file
  12. .noeqin            ;during assembler's first pass.
  13. .include    geosSym        ;get GEOS definitions
  14. .eqin
  15. .endif
  16.     .header        ;start of header section
  17.     .word    0    ;first two bytes are always zero
  18.     .byte    3        ;width in bytes
  19.     .byte    21    ;and height in scanlines of:
  20.     .byte    $80 | USR    ;Commodore file type, with bit 7 set.
  21.     .byte    DESK_ACC    ;Geos file type
  22.     .byte    SEQUENTIAL    ;Geos file structure type
  23.     .word    DAStart    ;start address of program (where to load to)
  24.     .word    DAEnd        ;end address (VERY IMPORTANT)
  25.     .word    DAStart    ;init address of program (where to JMP to)
  26.     .byte    "FindMeNow   V1.7",0,0,0,$c0
  27.             ;permanent filename: 12 characters,
  28.             ;followed by 4 character version number,
  29.             ;followed by 3 zeroes,
  30.             ;followed by 80 col. only runnable flag.
  31.     .byte    "James D. Robbins   ",0
  32.             ;twenty character author name
  33.     ;end of header section which is checked for accuracy
  34.     .block    160-117    ;skip 43 bytes...
  35.     .byte    "wildcards  *"
  36.     .byte    "1996 JDR - DO-NOT-REMOVE !  ",0
  37.     .endh
  38.