home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / msdos / programm / 8661 < prev    next >
Encoding:
Text File  |  1992-08-20  |  932 b   |  29 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!usc!rpi!batcomputer!theory.TC.Cornell.EDU!homer
  3. From: homer@theory.TC.Cornell.EDU (Homer Smith)
  4. Subject: BIOS SPEED FOR VIDEO WRITES
  5. Message-ID: <1992Aug20.131829.5606@tc.cornell.edu>
  6. Sender: news@tc.cornell.edu
  7. Nntp-Posting-Host: theory.tc.cornell.edu
  8. Organization: Cornell Theory Center
  9.       
  10.      From a beginner...
  11.  
  12.      I wrote a short program in assembler to write to every pixel on
  13. Date: Thu, 20 Aug 1992 13:18:29 GMT
  14. Lines: 13
  15.  
  16.      On my 386/33 with Trident 8900 chip the program takes 1:10
  17. minutes.
  18.  
  19.      On my 486/33 with identical video board the program takes 11:46
  20. minutes.
  21.  
  22.      Could someone please give me a hint why the 486 is 11 times
  23. slower than the 386. 
  24.  
  25.      Using another program that did a simple INC AX,1 repeatedly,
  26. the 486 was 2.8 times faster than the 386.
  27.  
  28.      Homer
  29.