Difference between revisions of "83Plus:Flags:12"

From WikiTI
Jump to: navigation, search
 
m (Grr... formatting)
Line 9: Line 9:
 
=== Bit 0 ===
 
=== Bit 0 ===
 
'''Official Name:''' indicRun
 
'''Official Name:''' indicRun
 +
 
Set if the run indicator is on. Reset if not.
 
Set if the run indicator is on. Reset if not.
  
 
=== Bit 1 ===
 
=== Bit 1 ===
 
'''Official Name:''' indicInUse
 
'''Official Name:''' indicInUse
 +
 
Set if the run indicator save area is in use; reset if not.
 
Set if the run indicator save area is in use; reset if not.
  
 
=== Bit 2 ===
 
=== Bit 2 ===
 
'''Official Name:''' indicOnly
 
'''Official Name:''' indicOnly
 +
 
Set if the interrupt handler should only process the run indicator.
 
Set if the interrupt handler should only process the run indicator.
  
 
=== Bit 3 ===
 
=== Bit 3 ===
 
'''Official Name:''' shift2nd
 
'''Official Name:''' shift2nd
 +
 
Set if the 2nd Function shift is active (2nd has been pressed). Reset otherwise.
 
Set if the 2nd Function shift is active (2nd has been pressed). Reset otherwise.
  
 
=== Bit 4 ===
 
=== Bit 4 ===
 
'''Official Name:''' shiftAlpha
 
'''Official Name:''' shiftAlpha
 +
 
Set if the Alpha shift is active (Alpha has been pressed). Reset otherwise.
 
Set if the Alpha shift is active (Alpha has been pressed). Reset otherwise.
  
 
=== Bit 5 ===
 
=== Bit 5 ===
 
'''Official Name:''' shiftLwrAlpha
 
'''Official Name:''' shiftLwrAlpha
 +
 
Set if the Alpha shift is in lowercase mode. Reset otherwise.
 
Set if the Alpha shift is in lowercase mode. Reset otherwise.
  
 
=== Bit 6 ===
 
=== Bit 6 ===
 
'''Official Name:''' shiftALock
 
'''Official Name:''' shiftALock
 +
 
Set if the Alpha shift is locked (2nd+A-LOCK has benn pressed). Reset otherwise.
 
Set if the Alpha shift is locked (2nd+A-LOCK has benn pressed). Reset otherwise.
  
 
=== Bit 7 ===
 
=== Bit 7 ===
 
'''Official Name:''' shiftKeepAlph
 
'''Official Name:''' shiftKeepAlph
 +
 +
 
Set if Alpha shift should not be cancelled by the user. Reset otherwise.
 
Set if Alpha shift should not be cancelled by the user. Reset otherwise.

Revision as of 16:43, 30 May 2005

Synopsis

Flag Byte: 12h

Known Names: shiftFlags, indicFlags

Bit Overview

Bit 0

Official Name: indicRun

Set if the run indicator is on. Reset if not.

Bit 1

Official Name: indicInUse

Set if the run indicator save area is in use; reset if not.

Bit 2

Official Name: indicOnly

Set if the interrupt handler should only process the run indicator.

Bit 3

Official Name: shift2nd

Set if the 2nd Function shift is active (2nd has been pressed). Reset otherwise.

Bit 4

Official Name: shiftAlpha

Set if the Alpha shift is active (Alpha has been pressed). Reset otherwise.

Bit 5

Official Name: shiftLwrAlpha

Set if the Alpha shift is in lowercase mode. Reset otherwise.

Bit 6

Official Name: shiftALock

Set if the Alpha shift is locked (2nd+A-LOCK has benn pressed). Reset otherwise.

Bit 7

Official Name: shiftKeepAlph


Set if Alpha shift should not be cancelled by the user. Reset otherwise.