home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / assemblr / library / grafik / hgdemo / hgdemo.doc < prev    next >
Text File  |  1993-07-14  |  3KB  |  82 lines

  1.  
  2.    TO:    ALL
  3.    RE:    HGDEM.ZIP          Hi-Res HGA graphics in assembler.
  4.    FROM:  Scott A. Armitage   #72750,2237
  5.  
  6.      A while back I was looking for some info regarding graphics for the
  7.  720x348 resolution mono graphics mode for HGA & compatable adapters.
  8.  I found very little information other than 1 procedure for setting the
  9.  modes.
  10.  
  11.      The procedures for setting the HGA controllers mode in this source;
  12.  _GMODE, _TMODE & SETMD; were not written by me.  I can't remember
  13.  if those are what I found on compu-serve or if they were given to me by
  14.  a teacher I had several years ago.
  15.  If anyone recoginzes them credit to the author will be promptly given.
  16.  
  17.  
  18.  
  19.      Hgdem.zip contains the source code and executable program for a
  20.  Hi-res graphics demo for HGA and compatible display adapters.
  21.  
  22.      The program draws variations of the graphics screens until a
  23.  key is pressed.
  24.  
  25.  
  26.  
  27.      NOTE - INCLUDE file HGD.INC contains PLOT_LINE and CIRCLE
  28.  routines to plot straight lines and circles.  These procedures are
  29.  based on routines by Rollins - "8088 Macro Assembler Programming".
  30.  
  31.      Modified slightly so that they both call the plot proc pointed to
  32.  by the global PLOT_SUB word var.
  33.  
  34.      To re-assemble you will need to provide your own PLOT_LINE and CIRCLE
  35.  procedures that call the PLOT_SUB address to plot the dots.
  36.  
  37.  
  38.  
  39.  
  40.      The SOURCE CODE provided is intended for the use of compu-serve
  41.  members only.  Reproduction and distribution of source code must
  42.  be negotiated.
  43.  
  44.  
  45.  You may use any of the procedures in your own COMPILED program per the
  46.  following.
  47.  
  48.          HGDEMO licence agreement.
  49.  
  50.          Single copy users                           $  5.00
  51.          (independent/freelance programmers)
  52.  
  53.          Corporate/business users                    $ 10.00 1st copy.
  54.                                                          2.00 each additional
  55.                                                               machine using
  56.                                                               code provided.
  57.  
  58.          Please keep yours and your clients/employers systems from being
  59.          in violation of FEDERAL LAW by registering this program if you
  60.          find it to be useful.
  61.  
  62.          SUPPORT THE EFFORTS OF INDEPENDENT PROGRAMMERS !
  63.  
  64.  
  65.          Send payments to:
  66.                             Scott A. Armitage
  67.                             9250 Timber lane
  68.                             Peoria, Il  61615
  69.  
  70.          Cash, checks and money orders accepted.
  71.  
  72.  
  73.           Your comments and suggestions are also welcome.
  74.  
  75.           Although I am currently employed full time as the
  76.           sole operator of a old System/36 (split shift) and
  77.           am attending Bradley University half-time to get
  78.           a degree, I am willing to consider any contract programming
  79.           or other job offers which might come my way.
  80.  
  81.  
  82.