84PCE:Syscalls:0210EC

From WikiTI
Revision as of 10:47, 26 May 2015 by MateoConLechuga (Talk | contribs)

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

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