Difference between revisions of "83Plus:Ports:28"

From WikiTI
Jump to: navigation, search
m (SE only, got rid of stub)
(reworded a bit, -{{wikify}})
Line 2: Line 2:
 
[[Category:83Plus:Ports:By Name|Block Memory Mapping 8000h]]
 
[[Category:83Plus:Ports:By Name|Block Memory Mapping 8000h]]
 
{{SE-Only Port|00}}
 
{{SE-Only Port|00}}
{{wikify}}
+
 
  
 
== Synopsis ==
 
== Synopsis ==
Line 9: Line 9:
 
'''Function:''' Block Memory Mapping 8000h
 
'''Function:''' Block Memory Mapping 8000h
  
By an order of 64 bytes per block, this port can re-map data from ram page 1 to reflect the memory in 8000h - BFFFh no mattter contents of port 7. This port does not map the entire page but only 64 bytes times the value in this port. It maps it starting from low memory (8000h) to high(BFFFh).
+
By an order of 64 bytes per block, this port can re-map data from RAM page 1 to the memory addresses 8000h - BFFFh without regard to the contents of port 7. This port does not map the entire page but only 64 bytes times the value in this port. It maps it starting from low memory (8000h) to high (BFFFh).
  
 
=== Read Values ===
 
=== Read Values ===
Line 19: Line 19:
 
== Comments ==
 
== Comments ==
 
I can image this port having slighly more purpose than port 27, however it is still unusual.
 
I can image this port having slighly more purpose than port 27, however it is still unusual.
 
Wikification is also needed because I believe the name and the description could be confusing.
 
  
 
== Credits and Contributions ==
 
== Credits and Contributions ==
 
* '''James Montelongo'''
 
* '''James Montelongo'''

Revision as of 19:54, 18 August 2005

This port only exists as a distinct port on the TI-83 Plus Silver Edition, the TI-84 Plus, and the TI-84 Plus Silver Edition. On the standard TI-83 Plus, it acts as a shadow of port 00.


Synopsis

Port Number: 28h

Function: Block Memory Mapping 8000h

By an order of 64 bytes per block, this port can re-map data from RAM page 1 to the memory addresses 8000h - BFFFh without regard to the contents of port 7. This port does not map the entire page but only 64 bytes times the value in this port. It maps it starting from low memory (8000h) to high (BFFFh).

Read Values

  • This port reads the last value written to it.

Write Values

  • [00h - FFh]: The value times 64 equals the number of bytes that get re-mapped starting from 8000h. So a vaule of 18h would re-map data in 8000h - 85FFh.

Comments

I can image this port having slighly more purpose than port 27, however it is still unusual.

Credits and Contributions

  • James Montelongo