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

  1. NewF.lnk
  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. link file
  11. .output    Locate128    ;name for output file
  12. .header    NewF.hdr.rel    ;name of file containing header block to use
  13. .seq        ;this is a sequential application
  14. .psect    $1000    ;program code starts at $1000 (label called
  15.         ;(DAStart will get this value.)
  16.         ;start ram section immediately following program code.
  17. NewF.SRC.rel    ;name of file which contains relocatable
  18.             ;code and data from GeoAssembler
  19.