Difference between revisions of "84PCE:Syscalls:000310"
From WikiTI
(Created page with "FindFirstCertField 000310 - FindFirstCertField == Synopsis == '''Hypothesized Official Name:''' Find...") |
|||
Line 1: | Line 1: | ||
− | [[Category:84PCE:Syscalls:By Name| | + | [[Category:84PCE:Syscalls:By Name|GetCertCalcString]] |
− | [[Category:84PCE:Syscalls:By Address| | + | [[Category:84PCE:Syscalls:By Address|000338 - GetCertCalcString]] |
== Synopsis == | == Synopsis == | ||
− | '''Hypothesized Official Name:''' | + | '''Hypothesized Official Name:''' GetCertCalcString |
− | '''Syscall Address:''' | + | '''Syscall Address:''' 000338h |
− | This | + | This searches the certificate for the null terminated string used to display the type of calculator. This is not a required field; so sometimes it may return null. |
− | + | For example, a TI84+CE will have the string "TI-84 Plus CE" | |
=== Inputs === | === Inputs === | ||
− | * | + | * None |
=== Outputs === | === Outputs === | ||
− | * | + | * HL = pointer to string used to display the calculator type |
=== Destroys === | === Destroys === | ||
Line 20: | Line 20: | ||
=== Example === | === Example === | ||
− | |||
− | + | call _GetCertCalcString | |
− | call | + | |
jp _PutS | jp _PutS |
Revision as of 09:48, 26 May 2016
Synopsis
Hypothesized Official Name: GetCertCalcString
Syscall Address: 000338h
This searches the certificate for the null terminated string used to display the type of calculator. This is not a required field; so sometimes it may return null.
For example, a TI84+CE will have the string "TI-84 Plus CE"
Inputs
- None
Outputs
- HL = pointer to string used to display the calculator type
Destroys
- All
Example
call _GetCertCalcString jp _PutS