84PCE:Syscalls:020138

From WikiTI
Jump to: navigation, search

Synopsis

Hypothesized Official Name: ldhlind_s

Syscall Address: 020138h


This indirectly loads the 16-bit value located at hl into hl, and post increments once.

Basically, it is:

 ld hl,(hl)
 inc hl

But then clears HLU.

Inputs

HL - address

Outputs

HL = value at address

Destroys

  • A