English Amiga Board


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

 
 
Thread Tools
Old 22 September 2017, 21:44   #1
oRBIT
Zone Friend
 
Join Date: Apr 2006
Location: Gothenburg/Sweden
Age: 48
Posts: 344
68020+ instruction timings?

I've been started to dig around in my old code and I've used some 020+ specific code. I am interested how these stuff perform but the instruction timing-charts I've come across through google haven't helped me much.
How about this for example (snippets from my NES-emulator):
move.b ([BankLo],d0.l,-$8000.l),d2
or
jsr ([Writetable,d0.l*4])

Is there a really good (and human readable) 68020+ instructiontiming-chart somewhere I've not found yet?
oRBIT is offline  
Old 23 September 2017, 10:17   #2
meynaf
son of 68k
 
meynaf's Avatar
 
Join Date: Nov 2007
Location: Lyon / France
Age: 51
Posts: 5,335
You may try this :
http://oldwww.nvg.ntnu.no/amiga/MC68...ons/index.HTML

Check 68030 timings there, it gives details about all addressing modes.
meynaf is offline  
Old 23 September 2017, 12:21   #3
Leffmann
 
Join Date: Jul 2008
Location: Sweden
Posts: 2,269
Motorola's own MC68020 User's Manual has everything:

https://www.dropbox.com/s/7wpf4f92irhudsn/MC68020UM.pdf?dl=1
Leffmann is offline  
Old 23 September 2017, 12:38   #4
dissident
Registered User
 
Join Date: Sep 2015
Location: Germany
Posts: 260
Quote:
Originally Posted by oRBIT View Post
I've been started to dig around in my old code and I've used some 020+ specific code. I am interested how these stuff perform but the instruction timing-charts I've come across through google haven't helped me much.
How about this for example (snippets from my NES-emulator):
move.b ([BankLo],d0.l,-$8000.l),d2
or
jsr ([Writetable,d0.l*4])

Is there a really good (and human readable) 68020+ instructiontiming-chart somewhere I've not found yet?
In some cases it might be useful to get some infos straight from the horses mouth:

MC68020 MC68EC020 MICROPROCESSORS USER'S MANUAL
https://www.nxp.com/docs/en/data-sheet/MC68020UM.pdf

MC68030 ENHANCED 32-BIT MICROPROCESSOR USER'S MANUAL
https://cache.nxp.com/docs/en/refere...sr=4&pageNum=1

MC68040 User's Manual Including the MC68040, MC68040V, MC68LC040,MC68EC040 and MC68EC040V
https://cache.nxp.com/docs/en/reference-manual/MC68040UM.pdf?fsrch=1&sr=10&pageNum=1

MC68060 User's Manual Including the MC68060, MC68LC060, and MC68EC060
https://cache.nxp.com/docs/en/data-s...sr=5&pageNum=1

dissident is offline  
 


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Floppy drive timings and NTSC floppy unreliability mark_k support.WinUAE 6 02 February 2013 22:03
"Interesting" way to detect 68020+ with enabled instruction cache Toni Wilen Coders. Asm / Hardware 3 28 January 2013 10:36
Please help me: one by one instruction needed JewStrangler support.WinUAE 15 20 September 2010 18:55
Fastest possible but maintain chipset timings Kintaro support.WinUAE 0 26 July 2005 14:39
CPU emulation and timings....... Bloodwych support.WinUAE 1 04 August 2003 16:00

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 18:10.

Top

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