Difference between revisions of "83Plus:BCALLs:50E0"
From WikiTI
m (Added TI-84 to outputs. (Yay! adding things!)) |
|||
(One intermediate revision by the same user not shown) | |||
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 12: | Line 14: | ||
=== Outputs === | === Outputs === | ||
* NZ = TI-83 Plus | * NZ = TI-83 Plus | ||
− | * Z = TI-83 Plus Silver Edition | + | * Z = TI-83 Plus Silver Edition, TI-84, or TI-84 Plus Silver Edition. |
=== Destroys === | === Destroys === | ||
* 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]]. |
Latest revision as of 17:29, 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, TI-84, or TI-84 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