home *** CD-ROM | disk | FTP | other *** search
/ The Equalizer BBS / equalizer-bbs-collection_2004.zip / equalizer-bbs-collection / DEMOSCENE-STUFF / IBYTES02.ZIP / SRC_HI!.ZIP / README < prev    next >
Text File  |  1994-08-07  |  2KB  |  47 lines

  1. Some help notes to how to play with my sources :
  2.  
  3. All sources were written in Ideal mode because of it strongest
  4. syntax and faster compiling.
  5. Switches for TASM : /z/ml/m
  6.  
  7. BO.BAT - Used to convert 128x128 bitmap and its palette to
  8.          object files.
  9.          USAGE : BO <pair name>
  10.          EXAMPLE :
  11.                  C>BO HI!
  12.                  To create intro with my own picture
  13.                  C>BO Galaxy
  14.                  To create intro with picture stoled from GIF collection.
  15.  
  16. L.BAT  - Used to link intro together.
  17.  
  18. Source files :
  19. Most of them are self explanatory, but -
  20.  
  21. ROT.ASM - Rotate/zoom picture right onto screen.
  22.           Picture sizes are hard coded in bit length for each one -
  23.           you got the idea.
  24. FASTFX.ASM - Rotate and transform some (non)trigonometric figures.
  25.           Most of definitions are self explanatory.
  26.           Purpose of this source file was to understand how I can
  27.           transform one figure to another smoothly.
  28. FLAME.ASM - Make screen burned up.
  29.           This source creates palette for fire effect and make
  30.           fire effect itself. This is not very fast routine because
  31.           it uses direct screen read/write.
  32. SETVGA.ASM - Sets VGA mode X (320x200, 256 colors, 4 pages) and switch
  33.           pages. Thanks to Dm. Lemekhov (2:5020/203.12) for set_vga_mode
  34.           routine.
  35. SHADEBOB.ASM - Stupid thing that flyes on the screen.
  36.           Initially I wrote this using ADD instruction to make
  37.           smooth intensity increasing but it overflowed my color counter!
  38.           So I rewrote code to just put it onto the screen.
  39.           Shade bob is controlled by any external far routine you pass
  40.           on entry.
  41. HI!TRO.ASM - It does the main job - concatenate other sources into
  42.           one solid program and controls execution. It also has internal
  43.           defines but them are unimportant. (just look and agree)
  44.  
  45. Thanks for reading this text!
  46.  
  47. Serguey Zefirov, 1994.