home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG Library 8 / PC-SIG Library CD-ROM (8th Edition) (1990-04).iso / 001_100 / disk0074 / readme < prev    next >
Encoding:
Text File  |  1983-09-05  |  3.2 KB  |  68 lines

  1.  
  2. Pascal Utilities from Software Labs
  3.  
  4. The Pascal Utilities Package consists of over 70 Pascal callable procedures
  5. and functions to control the screen, keyboard, graphics, light pen, joysticks,
  6. music, printers and communication ports.  It provides IBM PC DOS Pascal
  7. programmers an easy-to-use, yet powerful method for utilizing the special
  8. features of the IBM Personal Computer.    The Pascal Utilities Package is
  9. written in Assembly language providing device level control of the IBM PC.
  10. Special features of the IBM PC can now be controlled from inside Pascal
  11. programs through the Pascal Utilities.    This allows the creation of more
  12. user-friendly and powerful programs for business, education and
  13. entertainment.
  14.  
  15. This diskette contains all the files from the Pascal Utilities Package
  16. except for all the object code modules (SLIB.OBJ, ALIB.OBJ, GLIB.OBJ,
  17. PLIB.OBJ and GUNIT.OBJ).  However, the file "MINI.OBJ" contains object code
  18. for several sample functions from the Pascal Utilties Package.    A brief
  19. description of these functions are as follows:
  20.  
  21. o SCREEN     -sets the screen mode and clears the screen.
  22. o SCREENMODE -returns the screen mode, active page, and screen width.
  23. o READCURSOR -returns the cursor position and cursor shape/size.
  24. o SOUND      -gererates sound through the speaker.
  25. o RND         -returns a random number between 0 and 65535.
  26. o RANDOMIZE  -gives a new seed for the random number generator.
  27. o NUMMEMORY  -returns the amount of RAM in the system.
  28. o WRITEDOT   -draws a dot on the graphics screen.
  29. o READDOT    -returns the color at the specified dot position.
  30.  
  31. Please refer to the manual (file "MANUAL.TXT" on this diskette) for more
  32. details.  Price of the complete package including a 110 page manual(printed
  33. and bounded) is $119.  To order it, please send a check or give your
  34. VISA/MC and expiration date to:
  35.  
  36.      Software Labs
  37.      1052 Lily Ave.
  38.      Sunnyvale, CA 94086
  39.      (408)-241-9539
  40.  
  41. Similar utilities for DOS Fortran and Lattice C are also available from the
  42. Software Labs at $119 each.
  43.  
  44. Feel free to make as many copies of the Demonstration Diskette as you like
  45. and give them to your friends and colleagues.
  46.  
  47.  
  48. Files contained on this disk
  49. -------------------------------------------------------------------------
  50. README          The file you are reading.
  51. MANUAL     TXT  Manual for the pascal utilities.
  52. DEMO     EXE  Demostrates music, animation, bar, pie, and screen.
  53. DEMOMINI EXE  Demo random number, sound, screen control, and drawing.
  54. MINI     OBJ  Library object module for the pascal utilities.
  55. DEMOMINI OBJ  Object codes.
  56. DEMOG     INC  Interface file for the demog.
  57. DEMOS     INC  Interface file for the demos.
  58. SLIB     INC  Screen/keyboard control module declarations.
  59. PLIB     INC  Peripheral control and sound/music module declarations.
  60. GLIB     INC  Graphics (line drawing) module declarations.
  61. ALIB     INC  Animation (pattern fill, get/put picture) declarations.
  62. GUNIT     INC  Graphics using world coordinated (window and viewport).
  63. MINI     INC  Function declarations to be include by the pascal program.
  64. DEMO     PAS  Source code for the main program for demo.exe.
  65. DEMOG     PAS  Source code for graphics and music demo.
  66. DEMOS     PAS  Source code for displaying a table of color text.
  67. DEMOMINI PAS  Source codes.
  68.