Difference between revisions of "84PCE:Syscalls:020138"

From WikiTI
Jump to: navigation, search
(Created page with "ldhlind_s 020138 - ldhlind_s == Synopsis == '''Hypothesized Official Name:''' ldhlind_s '''Syscall...")
(No difference)

Revision as of 19:14, 4 May 2015

Synopsis

Hypothesized Official Name: ldhlind_s

Syscall Address: 020138h


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

Basically, it is a 16-bit version of:

ld hl,(hl)
 inc hl
 inc hl

Inputs

HL - address

Outputs

HL = value at address

Destroys

  • A