Difference between revisions of "83Plus:BCALLs:50E0"
From WikiTI
m (Added min OS in synopsis. Changed "TI-83 Plus" to "operating system" so as to not imply unavailability on 84) |
|||
Line 4: | Line 4: | ||
'''BCALL Address:''' 50E0 | '''BCALL Address:''' 50E0 | ||
+ | |||
+ | '''Minimum OS Version:''' 1.13 | ||
Returns if the calculator is a TI-83 Plus or not. | Returns if the calculator is a TI-83 Plus or not. | ||
Line 17: | Line 19: | ||
* None | * None | ||
− | == | + | == Comments == |
− | This B_CALL is only available on | + | This B_CALL is only available on operating system versions 1.13 and above. |
'''See Also:''' [[83Plus:BCALLs:4C6F|GetBaseVer]], [[83Plus:BCALLs:50DD|GetSysInfo]]. | '''See Also:''' [[83Plus:BCALLs:4C6F|GetBaseVer]], [[83Plus:BCALLs:50DD|GetSysInfo]]. |
Revision as of 17:27, 23 May 2005
Synopsis
Official Name: NZIf83Plus
BCALL Address: 50E0
Minimum OS Version: 1.13
Returns if the calculator is a TI-83 Plus or not.
Inputs
- None
Outputs
- NZ = TI-83 Plus
- Z = TI-83 Plus Silver Edition
Destroys
- None
Comments
This B_CALL is only available on operating system versions 1.13 and above.
See Also: GetBaseVer, GetSysInfo.
Example
Return Non-Zero if running on a TI-83 Plus.
B_CALL NZIf83Plus