home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL20.ARJ / VOL2074 < prev    next >
Text File  |  1992-01-07  |  3KB  |  61 lines

  1.  Volume 2074 - Released october 1987  -  Abstract (C) ProgrammaTheek
  2.  
  3. ProgrammaTheek volume 2074
  4.  
  5. gelijk aan PC/SIG 74, PCgg ?
  6.  
  7. Titel:MS-Pascal & assembler routines
  8.  
  9. Number Name          Size    Date    Comments
  10.        CATALOG 074    1408 06-09-87 This file
  11. 074.01 README         3289  9-05-83 Short introduction
  12. 074.02 MANUAL   TXT 115251  8-29-83 Manual for the pascal utilities
  13. 074.03 DEMO     EXE  68864 12-20-83 Demo: music, animation, bar, pie, and
  14.                                     screen
  15. 074.04 DEMOMINI EXE  25600  8-30-83 Demo: random, sound, screen and drawing.
  16. 074.05 MINI     OBJ    744  8-29-83 Library object for the pascal utilities.
  17. 074.06 DEMOMINI OBJ   2330  8-30-83 Object codes.
  18. 074.07 DEMOG    INC     73  6-15-83 Interface file for the demog.
  19. 074.08 DEMOS    INC    197  6-15-83 Interface file for the demos.
  20. 074.09 SLIB     INC   1280  6-09-87 Screen/keyboard control declarations.
  21. 074.10 PLIB     INC   2674  8-28-83 Peripheral control and sound/music decl.
  22. 074.11 GLIB     INC    919  6-15-83 Graphics(line drawing) module declarations.
  23. 074.12 ALIB     INC    305  6-13-83 Animation (fill, get/put picture) declarat.
  24. 074.13 GUNIT    INC    897  6-15-83 Graphics+world coord.(window and viewport).
  25. 074.14 MINI     INC    758  8-30-83 Function declarations for the pascal progr.
  26. 074.15 DEMO     PAS  37765  7-26-86 Source code for the program for demo.exe.
  27.                                     BAD!!
  28. 074.16 DEMOG    PAS  16257  7-06-83 Source code for graphics and music demo.
  29. 074.17 DEMOS    PAS   7583  7-06-83 Source code for displaying table of color
  30.                                     text.
  31. 074.18 DEMOMINI PAS   2085  8-30-83 Source codes.
  32. 074.19 VOL2074  ABS   1536 06-09-87 Abstract file
  33.               20 File(s)     22528 bytes free on volume VOL2074
  34.  
  35. PASCAL UTILITIES, Version 2.1
  36.  
  37.   The Pascal Utilities Package is a set of Pascal callable procedures and
  38. functions to control the screen, keyboard, graphics,  music, printers and
  39. communication ports. The Pascal Utilities  Package is written in Assembly
  40. language providing device level  control of the IBM PC. It requires the
  41. IBM/Microsoft DOS Pascal  compiler.
  42.  
  43.   In addition to providing primitive functions such as drawing a  dot on the
  44. screen, the Pascal Utilities package provides powerful  functions such as
  45. drawing a circle, ellipse, pie, or part of  circle/ellipse all through a
  46. single function call. A good deal of  effort has gone into creating the
  47. compatible features provided by  IBM-BASIC such as background music and
  48. graphics picture  store/retrieve.
  49.  
  50.   The Pascal Utilities provides additional features not found in  the IBM--
  51. BASIC such as a graphics cursor, multiple pattern fill,  multiple joystick
  52. control, and easy-to-use music composing formats. Algorithms have been
  53. implemented in Assembly language to  increase speed and efficiency.
  54.  
  55.   The Pascal Utilities Package consists of the following five  modules: 
  56. * SLIB - Screen and Keyboard control.
  57. * PLIB - Peripheral Control (music, printers, communication ports).
  58. * GLIB - Graphics (line drawing graphics - a line, circle/ellipse).
  59. * ALIB - Animation (pattern paint, get picture and put picture).
  60. *GUNIT- Graphics using world coordinates (Window and Viewport  transformati-
  61. on).