home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 August / PCO0897.ISO / filesbbs / dos / bdos_xr5.arj / VFOSSIL / VFOS_SRC.ZIP / VFOS_IBM.ASM < prev    next >
Encoding:
Assembly Source File  |  1992-12-12  |  2.8 KB  |  69 lines

  1.         page ,132
  2.         title VFOSSIL driver - VFOS_IBM by Bob Hartman
  3.         subttl Miscellaneous data and routines
  4.  
  5. ; VFOS_IBM VFOSSIL driver by Bob Hartman;
  6. ;                  modifications by Johan Zwiekhorst.
  7. ; Copyright 1988 by Spark Software.  ALL RIGHTS RESERVED.
  8. ;
  9. ; This program source code is being released with the following provisions:
  10. ;
  11. ; 1.  You are  free to make  changes to this source  code for use on your own
  12. ; machine,  however,  altered source files may not be distributed without the 
  13. ; consent of Spark Software.
  14. ;
  15. ; 2.  You may distribute "patches"  or  "diff" files for any changes that you
  16. ; have made, provided that the "patch" or "diff" files are also sent to Spark
  17. ; Software for inclusion in future releases of the entire package.   A "diff"
  18. ; file for the source archives may also contain a compiled version,  provided
  19. ; it is  clearly marked as not  being created  from the original source code.
  20. ; No other  executable  versions may be  distributed without  the  consent of
  21. ; Spark Software.
  22. ;
  23. ; 3.  You are free to include portions of this source code in any program you
  24. ; develop, providing:  a) Credit is given to Spark Software for any code that
  25. ; may is used, and  b) The resulting program is free to anyone wanting to use
  26. ; it, including commercial and government users.
  27. ;
  28. ; 4.  There is  NO  technical support  available for dealing with this source
  29. ; code, or the accompanying executable files.  This source  code  is provided
  30. ; as is, with no warranty expressed or implied (I hate legalease).   In other
  31. ; words, if you don't know what to do with it,  don't use it,  and if you are
  32. ; brave enough to use it, you're on your own.
  33. ;
  34. ; Spark Software may be contacted by modem at (603) 888-8179 (node 1:132/101)
  35. ; on the public FidoNet network, or at the address given above.
  36. ;
  37. ; Failure to abide by this simple license agreement will cause your concience
  38. ; to haunt you for the rest of your life  (not to mention that possibility of
  39. ; a big lawsuit, and we could really use the money!).
  40. ;
  41.  
  42. ;
  43. ; The source code is much too bulky to handle as a single unit (at least for
  44. ; me it was), so listed below are all of the modules which are simply pulled
  45. ; in at assembly time to create the final product.  If you prefer to program
  46. ; one large file,  simply append all of the files together and you will have
  47. ; one extremely large source file that can be used.
  48. ;
  49.  
  50.         .XLIST
  51. IF1
  52.         %OUT VFOS_IBM VFOSSIL driver
  53. ENDIF
  54.         .LIST
  55.         page
  56.  
  57.         include equates.inc
  58.         include macros.inc
  59.         include startup.inc
  60.         include data.inc
  61.         include publics.inc
  62.         include vio_drct.inc
  63.         include tables.inc
  64.         include int14.inc
  65.         include install.inc
  66.  
  67.         end
  68.  
  69.