84PCE:Syscalls:020138

From WikiTI
Revision as of 19:14, 4 May 2015 by MateoConLechuga (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 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