Difference between revisions of "84PCE:Syscalls:0210EC"
From WikiTI
(Created page with "StrLengthHL 0210EC - StrLengthHL == Synopsis == '''Hypothesized Official Name:''' StrLengthHL '''Sy...") |
(→Synopsis) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:84PCE:Syscalls:By Name| | + | [[Category:84PCE:Syscalls:By Name|StrLength]] |
− | [[Category:84PCE:Syscalls:By Address|0210EC - | + | [[Category:84PCE:Syscalls:By Address|0210EC - StrLength]] |
== Synopsis == | == Synopsis == | ||
− | '''Hypothesized Official Name:''' | + | '''Hypothesized Official Name:''' StrLength |
'''Syscall Address:''' 0210ECh | '''Syscall Address:''' 0210ECh |
Latest revision as of 09:47, 26 May 2015
Contents
Synopsis
Hypothesized Official Name: StrLength
Syscall Address: 0210ECh
Gets the length of the 0-terminated block of data (string) pointed to by HL.
Does not included the 0.
Inputs
HL - address of data (string)
Outputs
BC = number of bytes in the block (string)
Destroys
- None