English Amiga Board


Go Back   English Amiga Board > Coders > Coders. Asm / Hardware

 
 
Thread Tools
Old 02 November 2012, 00:11   #1
leoha
 
Posts: n/a
Question Copper cycles

Do you know how many cycles get Copper to "execute" MOVE, SKIP, "JUMP" instructions?
Thanks.
 
Old 02 November 2012, 03:21   #2
Codetapper
2 contact me: email only!
 
Codetapper's Avatar
 
Join Date: May 2001
Location: Auckland / New Zealand
Posts: 3,187
It depends on the amount of bitplane DMA going on. With no bitplane DMA it's a lot quicker than if you have 6 bitplanes!
Codetapper is offline  
Old 02 November 2012, 06:29   #3
leoha
 
Posts: n/a
OK. I should ask then how many "raw" cycles. (assuming all cycles are free and available for copper only - there's no DMA/bitplane/sprinte/.. cycles).
 
Old 02 November 2012, 08:31   #4
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,545
Move = 2 copper cycles. (4 color clocks)

Skip = 3 (same as wait, note that skip does not actually skip. If it "skips", following instruction, if it is move, simply won't write anything. Cycle usage is still the exact same. Attempting to "skip" another skip or wait does nothing.)

"Jump" = extra 2 copper cycle delay before normal execution continues. (This is some kind of internal move-like instruction)
Toni Wilen is offline  
Old 02 November 2012, 11:02   #5
leoha
 
Posts: n/a
Thanks Toni. This is the exact answer I was looking for. I couldn't find it in HRM.
 
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Combining copper scrolling with copper background phx Coders. Asm / Hardware 16 13 February 2021 12:41
CPU execution on odd cycles if no Audio/Disk/Sprite DMA mc6809e Coders. Asm / Hardware 2 02 April 2012 19:50
Copper tricks Lonewolf10 Coders. General 14 31 March 2011 22:09
Copper Bars Vortex Coders. Tutorials 51 26 June 2009 23:23
Stuck with copper example cosmiq Coders. General 6 17 October 2008 22:29

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 16:14.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.06911 seconds with 15 queries