home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / MRFiles / GS3DVPAK.ARC / SAMPLE (.txt) < prev    next >
Encoding:
GEOS ConVerT  |  2019-04-13  |  2.1 KB  |  46 lines

  1. Sample
  2. PRG formatted GEOS file V1.0
  3. CONVERTED WITH GEOSHELL V2.2
  4. Write Image V2.1
  5. geoWrite    V2.1
  6. ;****************************************************************
  7. ;        Sample
  8. ;    External transient command source code 
  9. ;    for the 'sample' command used with geoSHELL.
  10. ;    This may be used as a template for any new command.
  11. ;    Copyright 1994 by Maurice Randall
  12. ;    Charlotte, Mich. 48813
  13. ;    For Use Only By Registered Owners Of The
  14. ;    geoSHELL Programmer's Development Package
  15. ;****************************************************************
  16. .if    Pass1
  17. .noeqin
  18. .noglbl
  19. .include    geosSym
  20. .include    geosMac
  21. .glbl
  22. .eqin
  23. .endif
  24.     .psect
  25. Sample:
  26. ;add any program code into this area.
  27.     jmp    ExitCommand
  28. SmplRamsect:
  29.     .ramsect
  30. ;insert your own ramsect variab
  31. Sample:
  32. ;add any program code into this area.
  33.     jmp    ExitCommand
  34. SmplRamsect:
  35.     .ramsect
  36. ;insert your own ramsect variables here.
  37. EndSmplRamsect:
  38. SmplRamsect:
  39.     .ramsect
  40. ;insert your own ramsect variables here.
  41. EndSmplRamsect:
  42. EndOfSample:
  43. ;from this point, on up to $7fff, may be used for a work area.
  44. EndOfSample:
  45. ;from this point, on up to $7fff, may be used for a work area.
  46.