Difference between revisions of "84PCE:Syscalls:021D9C"

From WikiTI
Jump to: navigation, search
(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 21:55, 2 September 2015

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