home *** CD-ROM | disk | FTP | other *** search
- Path: informatik.tu-muenchen.de!fischerj
- From: fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: doubling pixels horizontally
- Date: 5 Mar 1996 14:04:19 GMT
- Organization: Technische Universitaet Muenchen, Germany
- Distribution: world
- Message-ID: <4hhhl3$560@sunsystem5.informatik.tu-muenchen.de>
- 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>
- NNTP-Posting-Host: hphalle6g.informatik.tu-muenchen.de
- Originator: fischerj@hphalle6g.informatik.tu-muenchen.de
-
-
- In article <288.6634T911T2652@horus.co.jyu.fi>, daeron@horus.co.jyu.fi (Aki Laukkanen) writes:
- |> Organization: University of Jyvaskyla, Finland
- |> Lines: 20
- |> Message-ID: <288.6634T911T2652@horus.co.jyu.fi>
- |> 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>
- |> NNTP-Posting-Host: dynamic16.co.jyu.fi
- |> X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
- |>
- |>
- |> >|> rts
- |> >|>
- |> >|> Its quiet unreadable in my opinion.
- |>
- |> >AND THE READBLE VERSION WOULD HAVE TAKEN 3 PAGES INSTEAD OF ONE!
- |>
- |> Bollocks, at least not on my 800x600 display. :)
-
- On such a display I could overview the source of my whole 40k intro ;)
-
- |>
- |> >mhm, all people told me the blizzard will _copy_ 7mb/sec.
- |> >a myth ?
- |>
- |> IV model will.
- will ? I thought it exists...
-
- _copy_ ? not just store regs ? does it have a chip-write-buffer ?
-
-
- 030 owners please test: fast a0 -> chip a1
-
- movem.l (a0)+,d0-d7
- move.l d0,(a1)+
- move.l d1,(a1)+
- .
- .
- move.l d7,(a1)+
-
-
- is this maybe faster than a simple move.l (a0)+,(a1)+ ?
- imho it should.
-
- |>
- |>
- |> --
- |> Daeron
- |>
- |> ; Tom Swifties:
- |>
- ------------------------------------------------------------------------
- fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer) =:)
-
-