Difference between revisions of "84PCE:Syscalls:020138"
From WikiTI
Line 9: | Line 9: | ||
=== Inputs === | === Inputs === | ||
− | HL - address | + | * HL - address |
=== Outputs === | === Outputs === | ||
− | HL = value at address | + | * HL = value at address |
=== Destroys === | === Destroys === | ||
* A | * A |
Latest revision as of 23:46, 25 May 2016
Contents
Synopsis
Hypothesized Official Name: LoadHLInd_s
Syscall Address: 020138h
This indirectly loads the 16-bit value located at hl into hl, and post increments once.
Inputs
- HL - address
Outputs
- HL = value at address
Destroys
- A