home *** CD-ROM | disk | FTP | other *** search
- Sample
- PRG formatted GEOS file V1.0
- CONVERTED WITH GEOSHELL V2.2
- Write Image V2.1
- geoWrite V2.1
- ;****************************************************************
- ; Sample
- ; External transient command source code
- ; for the 'sample' command used with geoSHELL.
- ; This may be used as a template for any new command.
- ; Copyright 1994 by Maurice Randall
- ; Charlotte, Mich. 48813
- ; For Use Only By Registered Owners Of The
- ; geoSHELL Programmer's Development Package
- ;****************************************************************
- .if Pass1
- .noeqin
- .noglbl
- .include geosSym
- .include geosMac
- .glbl
- .eqin
- .endif
- .psect
- Sample:
- ;add any program code into this area.
- jmp ExitCommand
- SmplRamsect:
- .ramsect
- ;insert your own ramsect variab
- Sample:
- ;add any program code into this area.
- jmp ExitCommand
- SmplRamsect:
- .ramsect
- ;insert your own ramsect variables here.
- EndSmplRamsect:
- SmplRamsect:
- .ramsect
- ;insert your own ramsect variables here.
- EndSmplRamsect:
- EndOfSample:
- ;from this point, on up to $7fff, may be used for a work area.
- EndOfSample:
- ;from this point, on up to $7fff, may be used for a work area.
-