Difference between revisions of "83Plus:Ports:0F"

From WikiTI
Jump to: navigation, search
(TI-84+CSE . . . but still a redirect)
(Redirect breaks Category?)
Line 1: Line 1:
#Redirect [[83Plus:Ports:0E]]
 
 
 
[[Category:83Plus:Ports:By_Address|0F - MemB High Flash Address]] [[Category:83Plus:Ports:By_Name|MemB High Flash Address]]
 
[[Category:83Plus:Ports:By_Address|0F - MemB High Flash Address]] [[Category:83Plus:Ports:By_Name|MemB High Flash Address]]
  
Line 8: Line 6:
 
'''Function:''' This port contains the high two bits of addresses for memory mapped in [[83Plus:Ports:07|port 7]]. [[83Plus:Ports:0F|Port 0E]] is an identical port that works with [[83Plus:Ports:06|port 6]].
 
'''Function:''' This port contains the high two bits of addresses for memory mapped in [[83Plus:Ports:07|port 7]]. [[83Plus:Ports:0F|Port 0E]] is an identical port that works with [[83Plus:Ports:06|port 6]].
  
 +
See [[83Plus:Ports:0F|port 0E]] for comments.
  
 
=== Read Values ===
 
=== Read Values ===

Revision as of 21:26, 19 February 2013


Synopsis

Port Numbers: 0Fh

Function: This port contains the high two bits of addresses for memory mapped in port 7. Port 0E is an identical port that works with port 6.

See port 0E for comments.

Read Values

  • Bits 0-1: Whatever was last written
  • Bits 2-7: always 0

Write Values

  • Bits 0-1: Set a new value
  • Bit 2-7: No effect