home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / assemblr / library / sampler0 / animatio.doc < prev    next >
Text File  |  1989-04-27  |  485b  |  16 lines

  1. This file came from the Programers Journal.
  2. it uses bit planes to produce animation.
  3. Limitations are the following:
  4.  
  5.         1. only four colors can be used.
  6.         2. only one color per bit plane.
  7.  
  8. To assemble the code you will need a copy of Microsofts Macro Assmbler
  9. and the following commands:
  10.  
  11.         1. masm animate;
  12.         2. link animate;
  13.  
  14. You are now ready to give it a try. Oh by the way you will also need
  15. an EGA or VGA card in order for animate to work.
  16.