Difference between revisions of "84PCE:Syscalls:000314"

From WikiTI
Jump to: navigation, search
(Created page with "FindField 000314 - FindField == Synopsis == '''Hypothesized Official Name:''' FindField '''Syscall...")
 
(Inputs)
 
Line 9: Line 9:
  
 
=== Inputs ===
 
=== Inputs ===
* HL = pointer to current location in varible field data
+
* 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

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