Difference between revisions of "86:Ports:06"

From WikiTI
Jump to: navigation, search
(Created page with "06 - Upper Memory Bank Upper Memory Bank == Synopsis == '''Port Number:''' 06h '''Function:''' Upper Memory Ban...")
 
(No difference)

Latest revision as of 02:08, 20 September 2021

Synopsis

Port Number: 06h

Function: Upper Memory Bank Port

This port controls which memory bank is accessible in the 8000-BFFFh range. See Memory Mapping for the interpretation of the banks & pages.

Read Values

  • Bit 0-7: Reads last value written.

Write Values

  • Bit 0-5: Page select (external address bits 14-19).
  • Bit 6-7: Bank select.

Comments

  • This port is set to 41h when the OS passes control to a program. Its value at program exit is ignored.