Difference between revisions of "84PCE:Syscalls:0210EC"

From WikiTI
Jump to: navigation, search
(Created page with "StrLengthHL 0210EC - StrLengthHL == Synopsis == '''Hypothesized Official Name:''' StrLengthHL '''Sy...")
(No difference)

Revision as of 20:13, 4 May 2015

Synopsis

Hypothesized Official Name: StrLengthHL

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