home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / GEOSApps / RPN64-SRC.SFX / rpn.lnk (.txt) next >
GEOS ConVerT  |  1990-02-12  |  1KB  |  25 lines

  1. RPN.lnk
  2. PRG formatted GEOS file V1.0
  3. Star NX-10
  4. - RPNroutines
  5. BLASTER'S CONVERTER V2.5
  6. RPNram
  7. RPNscreen
  8. Write Image V2.0
  9. geoWrite    V1.1
  10. Linker command file for RPN64.
  11. ;************************************************************************
  12. ;        RPN.lnk
  13. ;    GeoLinker command file for RPN
  14. ;************************************************************************
  15. .output    RPN64    ;name for output file
  16. .header    RPNHdr.rel    ;name of file containing header block to use
  17. .seq        ;this is a sequential application
  18. .psect    $0400    ;program code starts at $1000 (label called
  19.         ;(DAStart will get this value.)
  20.         ;start ram section immediately following program code.
  21. RPNtables.rel    ;name of relocatable object code files
  22. RPNroutines.rel
  23. RPNsupport.rel
  24. RPNram.rel
  25.