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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/30/01 14:22
Read: times


 
#16157 - RE: what is paging?
Hi,

the page mode on the 8051 was invented to write more compact code.
On using external memory or memory mapped peripherals you can access it with the 16 bit register DPTR.

But in several cases you need a second pointer or must only access data inside a small 256 byte area. In all such cases you can use port P2 to select the appropriate 256 byte page and after it you can use up to 8 pointers (R0, R1 on all four register banks) to access it.
The result was less code space consumption and faster execution time.


Peter


List of 13 messages in thread
TopicAuthorDate
what is paging?            01/01/70 00:00      
RE: what is paging?            01/01/70 00:00      
RE: what is paging?            01/01/70 00:00      
RE: what is paging?, Kunal            01/01/70 00:00      
RE: what is paging?, Kunal            01/01/70 00:00      
RE: what is paging?Erik            01/01/70 00:00      
RE: what is paging?            01/01/70 00:00      
RE: what is paging?            01/01/70 00:00      
RE: what is paging?            01/01/70 00:00      
RE: what is paging?            01/01/70 00:00      
RE: what is paging?            01/01/70 00:00      
Paging Mr. Duh            01/01/70 00:00      
RE: Paging            01/01/70 00:00      

Back to Subject List