home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4815 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.5 KB

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: doubling pixels horizontally
  5. Date: 5 Mar 1996 14:04:19 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4hhhl3$560@sunsystem5.informatik.tu-muenchen.de>
  9. References: <4f4ibc$gl9@news.cs.tu-berlin.de> <591.6610T1165T2102@login.eunet.no><1045.6611T753T2256@vip.cybercity.dk><4faoe1$47@sunsystem5.informatik.tu-muenchen.de><2991.6612T1034T625@vip.cybercity.dk><576.6613T1070T1730@login.eunet.no><1257.6614T57T922@vip.cybercity.dk>   <1982.6617T1096T103@ifi.uio.no> <4gbjg3$104@sunsystem5.informatik.tu-muenchen.de>  <4518.6625T1142T92@ifi.uio.no> <4h4hv5$mnn@sunsystem5.informatik.tu-muenchen.de> <288.6634T911T2652@horus.co.jyu.fi>
  10. NNTP-Posting-Host: hphalle6g.informatik.tu-muenchen.de
  11. Originator: fischerj@hphalle6g.informatik.tu-muenchen.de
  12.  
  13.  
  14. In article <288.6634T911T2652@horus.co.jyu.fi>, daeron@horus.co.jyu.fi (Aki Laukkanen) writes:
  15. |> Organization: University of Jyvaskyla, Finland
  16. |> Lines: 20
  17. |> Message-ID: <288.6634T911T2652@horus.co.jyu.fi>
  18. |> References: <4f4ibc$gl9@news.cs.tu-berlin.de> <591.6610T1165T2102@login.eunet.no><1045.6611T753T2256@vip.cybercity.dk><4faoe1$47@sunsystem5.informatik.tu-muenchen.de><2991.6612T1034T625@vip.cybercity.dk><576.6613T1070T1730@login.eunet.no><1257.6614T57T922|> @vip.cybercity.dk>
  19. |>      <1982.6617T1096T103@ifi.uio.no> <4gbjg3$104@sunsystem5.informatik.tu-muenchen.de>
  20. |>     <4518.6625T1142T92@ifi.uio.no> <4h4hv5$mnn@sunsystem5.informatik.tu-muenchen.de>
  21. |> NNTP-Posting-Host: dynamic16.co.jyu.fi
  22. |> X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  23. |> 
  24. |> 
  25. |> >|>    rts
  26. |> >|>
  27. |> >|> Its quiet unreadable in my opinion.
  28. |> 
  29. |> >AND THE READBLE VERSION WOULD HAVE TAKEN 3 PAGES INSTEAD OF ONE!
  30. |> 
  31. |> Bollocks, at least not on my 800x600 display. :)
  32.  
  33. On such a display I could overview the source of my whole 40k intro ;)
  34.  
  35. |> 
  36. |> >mhm, all people told me the blizzard will _copy_ 7mb/sec.
  37. |> >a myth ?
  38. |> 
  39. |> IV model will.
  40. will ? I thought it exists...
  41.  
  42. _copy_ ? not just store regs ? does it have a chip-write-buffer ?
  43.  
  44.  
  45. 030 owners please test: fast a0 -> chip a1
  46.  
  47.   movem.l (a0)+,d0-d7
  48.   move.l d0,(a1)+
  49.   move.l d1,(a1)+
  50.   .
  51.   .
  52.   move.l d7,(a1)+
  53.  
  54.  
  55. is this maybe faster than a simple move.l (a0)+,(a1)+ ?
  56. imho it should.
  57.  
  58. |> 
  59. |> 
  60. |> --
  61. |> Daeron
  62. |> 
  63. |> ; Tom Swifties:
  64. |> 
  65. ------------------------------------------------------------------------
  66.    fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)   =:)
  67.  
  68.