Difference between revisions of "84PCE:Syscalls:000314"
From WikiTI
(Created page with "FindField 000314 - FindField == Synopsis == '''Hypothesized Official Name:''' FindField '''Syscall...") |
Mrwompwomp (Talk | contribs) (→Inputs) |
||
Line 9: | Line 9: | ||
=== Inputs === | === Inputs === | ||
− | * HL = pointer to current location in | + | * HL = pointer to current location in variable field data |
* DE = field to search for | * DE = field to search for | ||
Latest revision as of 07:35, 1 July 2025
Contents
Synopsis
Hypothesized Official Name: FindField
Syscall Address: 000314h
Searches from the current location for a particular field in either the certificate, application header, or OS header.
Inputs
- HL = pointer to current location in variable field data
- DE = field to search for
Outputs
- HL points to the start of the located field
- Returns NZ if the field is not found, Z if found
Destroys
- Assume all