6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Sun Oct 06, 2024 10:50 pm

All times are UTC




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Newbie 65C816 Question
PostPosted: Tue Apr 17, 2018 8:50 pm 
Offline

Joined: Fri Apr 06, 2018 4:20 pm
Posts: 94
In the deepest recesses of my memory I remember reading many years ago that the 8-bit data bus on the 65C816 was not a handicap because it could do two memory operations in one cycle to transfer 16-bits to the processor.

Is that a false memory, or is that true. I spent ages trying to look it up but could not find the article.

If it is a false memory and the 65C816 needs two full cycles to transfer 16-bits then I wish at some point WDC made a 65C816 with a full 16-bit data bus. Since most instructions are one or two bytes, there would be a significant performance uplift.


Top
 Profile  
Reply with quote  
PostPosted: Tue Apr 17, 2018 9:25 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 9:02 pm
Posts: 1738
Location: Sacramento, CA
It does not do a 16 bit transfer in 1 cycle, but it can do a 16 bit transfer with 1 instruction, and it only adds 1 cycle over an 8 bit operation. For instance, LDA Absolute take 4 cycles for 8 bits and 5 cycles for 16 bits. Compared to two 4-cycle 8-bit reads, you save 3 cycles and reduce memory needed for the program (3 bytes vs 6 bytes).

I hope that helps!

Daryl

_________________
Please visit my website -> https://sbc.rictor.org/


Top
 Profile  
Reply with quote  
PostPosted: Tue Apr 17, 2018 9:27 pm 
Offline

Joined: Fri Apr 06, 2018 4:20 pm
Posts: 94
Brilliant, thank you!


Top
 Profile  
Reply with quote  
PostPosted: Wed Apr 18, 2018 7:22 am 
Offline
User avatar

Joined: Thu Dec 11, 2008 1:28 pm
Posts: 10949
Location: England
BTW, welcome, rpiguy2!


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 11 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: