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

  1. RPNHdr
  2. SEQ formatted GEOS file V1.0
  3. Star NX-10
  4. OP V2.0 or higher128
  5. 2"GEODEBUG 128
  6. BLASTER'S CONVERTER V2.5    V
  7. RPN128.LNK
  8. RPNHDR
  9. Write Image V2.1
  10. geoWrite    V1.1
  11. Header file for RPN64.
  12. ;*********************************************************************;
  13. ;        RPNHdr
  14. ;    Header block for RPN 128
  15. ;*********************************************************************
  16. .noeqin            ;during assembler's first pass.
  17.      @.include    geosSym    
  18.     ;get GEOS definitions
  19. .eqin
  20.     .header        ;start of header section
  21.     .word    0    ;first two bytes are always zero
  22.     .byte    3        ;width in bytes
  23.     .byte    21    ;and height in scanlines of:
  24. @    .byte    $80 | USR    ;Commodore file type, with bit 7 set.
  25.     .byte    DESK_ACC    ;Geos file type
  26.     .byte    SEQUENTIAL    ;Geos file structure type
  27.     .word    DAStart    ;start address of program (where to load to)
  28.     .word    DAEnd        ;end address (VERY IMPORTANT)
  29.     .word    DAStart    ;init address of program (where to JMP to)
  30.     .byte    "RPN 128     V1.0",0,0,0,%01000000
  31.             ;permanent filename: 12 characters,
  32.             ;followed by 4 character version number,
  33.             ;followed by 3 zeroes,
  34.             ;followed flag indicating 40/80 columns
  35.     .byte    "Robert A. Knop Jr. ",0
  36.             ;twenty character author name
  37.     ;end of header section which is checked for accuracy
  38.     .block    160-117    ;skip 43 bytes...
  39.     .byte    "RPN 128 multi-function calculator",0
  40.     .endh
  41.