home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / progmisc / hellsrc.zip / HELLSRC.DOC < prev    next >
Text File  |  1993-11-24  |  2KB  |  48 lines

  1.  
  2.   This is the entire protected mode assembly source code to 'HELL' by Tran. It
  3. can be compiled with TASM and TLINK. But in order to run it, you must have the
  4. original demo 'HELL.EXE' because all the data is there.
  5.  
  6. To my fellow competent programmers: (Not too many of whom exist in Redmond)
  7.   It is not terribly well optimized, but it serves the purpose. It is GUS
  8. only (the demo requires timing from the muzik), but it would not be too hard
  9. to write yourself a little SB mixer replacement for GS.ASM if you really felt
  10. like it. Heres a breakdown of the files:
  11.  
  12.   PMODE.ASM   - My little protected mode extender thingy.
  13.   FILE.ASM    - File library.
  14.   FLIB.ASM    - Handles all files in a single file.
  15.   KB.ASM      - Low level keyboard interface.
  16.   VECT3.ASM   - Just a rotation thingy.
  17.   DECODE0.ASM - Decompression code.
  18.   GS.ASM      - Low level GUS interface.
  19.   GSP669.ASM  - 669 player using GS.
  20.  
  21.   V.ASM       - Main demo file.
  22.   P0.ASM      - Some parts of the demo.
  23.   P1.ASM      - Some more parts of the demo.
  24.   P2.ASM      - Even more parts of the demo.
  25.   P3.ASM      - Still more parts of the demo.
  26.  
  27.   VRTIME.M    - Times the vertical retrace period using the system timer.
  28.   END.M       - Puts up the end piccy.
  29.  
  30. There are a bunch of misc .RT files also, and ofcourse the .INC include files.
  31.  
  32. Greets to...
  33.   All those who make the effort to learn ASM.
  34.   Also to Arjan Brusse.
  35.   And all other coders, artists, and muzicians. (But not organizers,
  36.    organization sucks. It takes away from the phenomenon of the incredible
  37.    self-modifying deadline.)
  38.  
  39. Hmm...
  40.   Have you noticed the weird recent trend toward total global political and
  41.    economic stability?¿? (Germany, Russia, Mid-East, Ireland, China)
  42.  
  43.  
  44.                                                 Whatever...
  45.                                                 Tran (a.k.a. Thomas Pytel)
  46.                                                  of nothing.
  47.  
  48.