Difference between revisions of "83Plus:BCALLs:50E3"
From WikiTI
(minimum OS version, and categorize) |
|||
Line 1: | Line 1: | ||
− | [[Category:83Plus:BCALLs:By Name|LinkStatus]] | + | [[Category:83Plus:BCALLs:By Name:Link|Link Status]] [[Category:83Plus:BCALLs:By Name|LinkStatus]] [[Category:83Plus:BCALLs:By Address|50E3 - LinkStatus]] |
− | [[Category:83Plus:BCALLs:By Address|50E3 - LinkStatus]] | + | |
== Synopsis == | == Synopsis == | ||
'''Unofficial Name:''' LinkStatus | '''Unofficial Name:''' LinkStatus | ||
'''BCALL Address:''' 50E3 | '''BCALL Address:''' 50E3 | ||
+ | |||
+ | '''Minimum OS Version:''' 1.13 | ||
Checks the status of port 0 or the link assist for activity, depending on the model calculator. | Checks the status of port 0 or the link assist for activity, depending on the model calculator. | ||
Line 18: | Line 19: | ||
== Comments == | == Comments == | ||
+ | This B_CALL was introduced in OS 1.13. Programs should check the OS version before attempting to use this routine. | ||
+ | |||
This BCALL may be connected to BCALLs [[83Plus:BCALLs:50E6|50E6]] and [[83Plus:BCALLs:50E9|50E9]]. | This BCALL may be connected to BCALLs [[83Plus:BCALLs:50E6|50E6]] and [[83Plus:BCALLs:50E9|50E9]]. |
Revision as of 14:15, 6 November 2006
Synopsis
Unofficial Name: LinkStatus
BCALL Address: 50E3
Minimum OS Version: 1.13
Checks the status of port 0 or the link assist for activity, depending on the model calculator.
Inputs
- None
Outputs
- NZ set if calculator is busy
Destroys
- None
Comments
This B_CALL was introduced in OS 1.13. Programs should check the OS version before attempting to use this routine.