home *** CD-ROM | disk | FTP | other *** search
/ Assembly 1994 - The 3rd Phase / ASMROM94.mdf / sources / flagdemo.txt < prev    next >
Text File  |  1994-11-12  |  2KB  |  39 lines

  1.  
  2.  
  3.     Hi all, here's a little demo I did last month. It is part of a suite of
  4.     programs written for Fresh week 1993 for Bits - The University of Bristol
  5.     Computer Society (of which I am President).
  6.  
  7.     It was written on a 33MHz 486 with a Paradise 90c30 graphics chipset on
  8.     an 11MHz bus. If you run it on anything less, then don't blame me if it
  9.     either doesn't work, or goes horribly slowly! Seriously though, if you
  10.     do have any major problems, then email me and I'll see what I can do.
  11.  
  12.     I have included the full source code for this demo. Please feel free to
  13.     examine it. I apologise in advance for the lack of comments, and the
  14.     code may be hard to follow simply because it has been optimised. If you
  15.     find the code useful, a greet would be appreciated in any demo you write.
  16.     Please don't just blatently rip it off.
  17.  
  18.     The source should compile fine using Borland C++ (I used V2.0) though you
  19.     will have to change the include/library directories to get it to compile.
  20.  
  21.     I am currently seeking to join a demo group of some description
  22.     (preferably one with a good musician/graphics artist) - email me if you
  23.     are interested.
  24.  
  25.  
  26.     David Hedley (hedley@cs.bris.ac.uk)
  27.     Computer Science Undergraduate at the University of Bristol, England
  28.  
  29.  
  30.  
  31.                                    CREDITS
  32.                                    -------
  33.  
  34.         Program design and implementation by David 'Deadly' Hedley
  35.         Interrupt routine by Future Crew (used in modified form)
  36.         Mode switching code from Dr Dobbs Journal
  37.         Font by THG/FX (used in modified form)
  38.  
  39.