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

From WikiTI
Jump to: navigation, search
(Added info)
 
m (SE only, got rid of stub)
Line 1: Line 1:
 
[[Category:83Plus:Ports:By Address|28 - Block Memory Mapping 8000h]]
 
[[Category:83Plus:Ports:By Address|28 - Block Memory Mapping 8000h]]
 
[[Category:83Plus:Ports:By Name|Block Memory Mapping 8000h]]
 
[[Category:83Plus:Ports:By Name|Block Memory Mapping 8000h]]
{{wikify}}{{stub}}
+
{{SE-Only Port|00}}
----
+
{{wikify}}
  
 
== Synopsis ==
 
== Synopsis ==
Line 20: Line 20:
 
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.
Also I have left this Stubbed (like to 27) because more info is needed on this port, I haven't fully investigated it, but theres seems to be enough for generally use. 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 11:33, 8 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.


Please format this article according to the guidelines and Wikification suggestions, then remove this {{Wikify}} notice from the article.


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 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).

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.

Wikification is also needed because I believe the name and the description could be confusing.

Credits and Contributions

  • James Montelongo