Difference between revisions of "84PCE:Syscalls:021D9C"
From WikiTI
(Created page with "lddehl_s 021D9C - lddehl_s == Synopsis == '''Hypothesized Official Name:''' lddehl_s '''Syscall Add...") |
m (→Outputs) |
||
Line 13: | Line 13: | ||
=== Outputs === | === Outputs === | ||
DE = value at HL | DE = value at HL | ||
+ | |||
HL points to HL+2 | HL points to HL+2 | ||
=== Destroys === | === Destroys === | ||
* None | * None |
Revision as of 20:55, 2 September 2015
Contents
Synopsis
Hypothesized Official Name: lddehl_s
Syscall Address: 021D9Ch
Loads the 16-bit value at HL into DE, and post-increments twice.
Inputs
HL - address
Outputs
DE = value at HL
HL points to HL+2
Destroys
- None