OSBYTE &6C

From BeebWiki
Revision as of 20:43, 21 January 2021 by Jgharston (talk | contribs) (See also)
Jump to: navigation, search
OSBYTE &6C (108) - Main/Shadow RAM access
 On entry:
   X=0  Master:    Main memory appears from &3000 to &7FFF
        Integra-B: Non-display memory appears from &3000 to &7FFF
   X<>0 Master:    Shadow memory appears from &3000 to &7FFF
        Integra-B: Display memory appears from &3000 to &7FFF
 On exit:
   X    preserved

This has immediate effect and allows the user to access the shadow display memory, for instance, to load or save it or manipulate it directly. The memory that is accessed by the Master VDU drivers and displayed can set with OSBYTE &70 and OSBYTE &71.

Shadow RAM on the BBC B with the Integra-B system is also paged in with OSBYTE &6C. Note that the Integra-B functions subtly differently to the Master. If a shadow screen mode is being displayed the Integra-B functions the same as the Master. If a non-shadow screen mode is being displayed, the action is the opposite to the Master.

On the BBC B+ the displayed memory is always the bank selected with MODE or OSBYTE &72, and the user can only access the shadow memory by calling OSRDSC.

The Aries and Watford systems use OSBYTE &6F.

See Also


Jgharston (talk) 01:12, 14 January 2016 (UTC)