Difference between revisions of "84PCE:Syscalls:021DB0"
From WikiTI
(Created page with "StrCompareHLDE 021DB0 - StrCompareHLDE == Synopsis == '''Hypothesized Official Name:''' StrCompareHL...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:84PCE:Syscalls:By Name| | + | [[Category:84PCE:Syscalls:By Name|StrCmpre]] |
− | [[Category:84PCE:Syscalls:By Address|021DB0 - | + | [[Category:84PCE:Syscalls:By Address|021DB0 - StrCmpre]] |
== Synopsis == | == Synopsis == | ||
− | '''Hypothesized Official Name:''' | + | '''Hypothesized Official Name:''' StrCmpre |
'''Syscall Address:''' 021DB0h | '''Syscall Address:''' 021DB0h | ||
Line 23: | Line 23: | ||
=== Destroys === | === Destroys === | ||
− | * | + | * AF |
Latest revision as of 10:49, 26 May 2015
Contents
Synopsis
Hypothesized Official Name: StrCmpre
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
- AF