84PCE:Syscalls:021DB0

From WikiTI
Revision as of 20:19, 4 May 2015 by MateoConLechuga (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Synopsis

Hypothesized Official Name: StrCompareHLDE

Syscall Address: 021DB0h

Compares the data (string) pointed to by HL to the data (string) pointed to by DE.

Inputs

HL - address of data (string)

HL - address of comparing data (string)

Outputs

Z flag set if data blocks (strings) are equivalent

Z flag reset if data blocks (strings) are not equivalent

HL = place stopped

DE = place stopped

Destroys

  • None