84PCE:Syscalls:020138
From WikiTI
Revision as of 18:14, 4 May 2015 by MateoConLechuga (Talk | contribs)
Contents
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