Difference between revisions of "83Plus:BCALLs:515B"

From WikiTI
Jump to: navigation, search
 
m (added 24 hour thing)
 
(2 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
'''BCALL Address:''' 515B
 
'''BCALL Address:''' 515B
  
'''Minimum OS Version:''' 2.22 (not sure, could be 2.21 or 2.20)
+
'''Minimum OS Version:''' 2.30
  
 
Puts the time in FPS.
 
Puts the time in FPS.
Line 13: Line 13:
  
 
=== Outputs ===
 
=== Outputs ===
* OP1=Seconds
+
* [[83Plus:RAM:8478|OP1]]=Seconds
* FPST=Seconds
+
* [[83Plus:RAM:9824|FPST]]=Seconds
 
* FPS1=Minutes
 
* FPS1=Minutes
 
* FPS2=Hours
 
* FPS2=Hours
Line 20: Line 20:
 
=== Destroys ===
 
=== Destroys ===
 
* All
 
* All
 +
 +
=== Comments ===
 +
* Hours is in 24 hour format regardless of flags.

Latest revision as of 22:16, 31 December 2009

Synopsis

Unofficial Name: getTime

BCALL Address: 515B

Minimum OS Version: 2.30

Puts the time in FPS.

Inputs

  • None

Outputs

  • OP1=Seconds
  • FPST=Seconds
  • FPS1=Minutes
  • FPS2=Hours

Destroys

  • All

Comments

  • Hours is in 24 hour format regardless of flags.