Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/06/07 07:18
Modified:
  07/06/07 07:19

Read: times


 
#141537 - why the adder?
Responding to: ???'s previous message
Once you map the 256kB RAM into 16kB, the upmost two address bits (A14 and A15) are fixed for the RAM acces, aren't they? Say, if the 16kB window is 0x8000-0xBFFF, these bits are _always_ 10(binary) when you access this window, so there is no reason to add them up to the "page".

So, I would simply map A0-A13 from the '51 bus to the memory's address bus, and tie A14-A17 of the memory to a simple latch (or, if available, spare pins in P0 or P3); which is a fairly standard "paging" scheme, (even to some extent supported by C-compilers).

Do I miss something?

JW


List of 23 messages in thread
TopicAuthorDate
What sorts of memory \"expansion\" have you tried?            01/01/70 00:00      
   why the adder?            01/01/70 00:00      
      it's a preliminary notion            01/01/70 00:00      
         I am talking about the textbook example...            01/01/70 00:00      
            there is a simple reason ...            01/01/70 00:00      
               whatizit?            01/01/70 00:00      
                  I\'m trying something odd ... and retro ...            01/01/70 00:00      
                     reading            01/01/70 00:00      
                        it's part of a larger process            01/01/70 00:00      
                           why that fast?            01/01/70 00:00      
                              It\'s because I know \"nothing\" about the controller            01/01/70 00:00      
                                 I still have questions.... :-)            01/01/70 00:00      
                                    We're not quite on the same page, Jan            01/01/70 00:00      
                                       formatting            01/01/70 00:00      
                                          must be a bug in the display code ...            01/01/70 00:00      
                                             please switch to the phpBB mode (temporarily)...            01/01/70 00:00      
                                                I can see something's odd, but I don't know what            01/01/70 00:00      
                                       conclusions and maybe a few more ideas            01/01/70 00:00      
                                          coping with the wierdness is my job            01/01/70 00:00      
                                             just a thought            01/01/70 00:00      
                                                Yes            01/01/70 00:00      
   increment the page register            01/01/70 00:00      
      I though of that ...            01/01/70 00:00      

Back to Subject List