home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / ASM / OPTIMIZE.ZIP / FILE_ID.DIZ next >
Encoding:
Text File  |  1997-03-04  |  619 b   |  17 lines

  1. Purpose: show how to write very fast programs, using assembler.
  2. Status:  DEMO.
  3. Freely distributable.
  4. How to contact the author:
  5.                            E-mail: rzv@si.moris.rosmail.com
  6.                            Nick CHirkov.
  7.  
  8.  
  9. Fastest program create lines in VGA 320*200*8bit
  10.  
  11. line.asm    simple program(source)
  12. line.exe
  13. line0.exe   create 100,000,000 pixels in lines into video memory
  14. line1.exe   create 100,000,000 pixels in lines into base memory
  15. line2.exe   create 100,000,000 pixels in lines and don't write anything
  16. linek.exe   to view line
  17. All programs write out the time of work in 0.055 sec