Difference between revisions of "83Plus:BCALLs:5161"
From WikiTI
(→Synopsis: minimum OS version) |
|||
Line 5: | Line 5: | ||
'''BCALL Address:''' 5161 | '''BCALL Address:''' 5161 | ||
− | '''Minimum OS Version:''' 2. | + | '''Minimum OS Version:''' 2.30 |
Puts the time format in [[83Plus:RAM:8478|OP1]]. | Puts the time format in [[83Plus:RAM:8478|OP1]]. |
Latest revision as of 17:15, 26 February 2006
Synopsis
Unofficial Name: getTmFmt
BCALL Address: 5161
Minimum OS Version: 2.30
Puts the time format in OP1.
Inputs
- None
Outputs
- OP1=12/24
- If Z=1 the time format is 12 and A=$00
- If Z=0 the time format is 24 and A=$24
Destroys
- All
Comments
- 12=12 Hour format (with AM/PM)
- 24=24 Hour format