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

From WikiTI
Jump to: navigation, search
(Redirected page to 83Plus:Ports:0E)
 
m (fixed)
 
(2 intermediate revisions by the same user not shown)
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]]
 +
 
 +
== Synopsis ==
 +
'''Port Numbers:''' 0Fh
 +
 
 +
'''Function:''' This port contains the high two bits of addresses for memory mapped in [[83Plus:Ports:07|port 7]]. [[83Plus:Ports:0E|Port 0E]] is an identical port that works with [[83Plus:Ports:06|port 6]].
 +
 
 +
See [[83Plus:Ports:0E|port 0E]] for comments. See also [[83Plus:Memory Mapping|Memory Mapping]].
 +
 
 +
=== 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

Latest revision as of 21:30, 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. See also Memory Mapping.

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