Difference between revisions of "83Plus:BCALLs:8027"
From WikiTI
(→Destroys) |
|||
Line 18: | Line 18: | ||
=== Destroys === | === Destroys === | ||
* AF | * AF | ||
+ | * [[83Plus:RAM:8478|OP1]] | ||
== Comments == | == Comments == |
Revision as of 16:25, 29 March 2005
Synopsis
Official Name: FindFirstCertificateField
BCALL Address: 8027
Searches for a given field in the certificate.
Inputs
- DE = field to search for (e.g. 0A10 to search for the calculator ID)
Outputs
- HL = address of the first matching field
- NZ set if not found.
Destroys
- AF
- OP1
Comments
Flash must be write enabled first.
Example
ld de,0A10h B_CALL FindFirstCertificateField