Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!cica!tut.cis.ohio-state.edu!ucbvax!husc6!m2c!wpi!greyelf From: greyelf@wpi.wpi.edu (Michael J Pender) Newsgroups: comp.sys.apple Subject: Re: 65c02's big brother Message-ID: <7554@wpi.wpi.edu> Date: 2 Feb 90 03:50:12 GMT References: <202.apple.net@pro-dchamber> <7537@wpi.wpi.edu> Reply-To: greyelf@wpi.wpi.edu (Michael J Pender) Organization: Worcester Polytechnic Institute, Worcester ,MA Lines: 16 In article <7537@wpi.wpi.edu> greyelf@wpi.wpi.edu (Michael J Pender) writes: ...apple 6502 routine deleted... > >This will take roughly 16 + 255 * 15 = 3841 clock cycles. >On the 65c802, first set up the x and y registers to the >LSB within each page, then: > > mvp #>source,#>dest 7 clock cycles > I've been informed by Dave Seah that its more like 7 cycles/byte moved, which in this case is 1792 cycles. I'm sorry if I mislead anyone, but as I don't have my chip yet, I can't test it out myself yet. Even so, use of this chip's new functions make the block move over twice as fast: 3841/1792 = 2.14...