Difference between revisions of "83Plus:BCALLs:5167"

From WikiTI
Jump to: navigation, search
 
m (off by one)
 
Line 7: Line 7:
 
'''Minimum OS Version:''' 2.30
 
'''Minimum OS Version:''' 2.30
  
Sets [[83Plus:RAM:8478|OP1]] to either the floating point value 1 or 2.
+
Sets [[83Plus:RAM:8478|OP1]] to either the floating point value 0 or 1.
  
 
=== Inputs ===
 
=== Inputs ===
* reset 6,(iy+3Fh) for floating-point 1, set for floating-point for 2
+
* reset 6,(iy+3Fh) for floating-point 0, set for floating-point for 1
  
 
=== Outputs ===
 
=== Outputs ===
* [[83Plus:RAM:8478|OP1]]: 1 or 2
+
* [[83Plus:RAM:8478|OP1]]: 0 or 1
  
 
=== Registers Destroyed ===
 
=== Registers Destroyed ===

Latest revision as of 05:36, 14 March 2007

Synopsis

Unofficial Name: SetZeroOne

BCALL Address: 5167

Minimum OS Version: 2.30

Sets OP1 to either the floating point value 0 or 1.

Inputs

  • reset 6,(iy+3Fh) for floating-point 0, set for floating-point for 1

Outputs

Registers Destroyed

  • None

Comments

I don't know.