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

From WikiTI
Jump to: navigation, search
(Created page with "lddehl 021DA0 - lddehl == Synopsis == '''Hypothesized Official Name:''' lddehl '''Syscall Address:'...")
 
(Outputs)
Line 13: Line 13:
 
=== Outputs ===
 
=== Outputs ===
 
DE = value at HL
 
DE = value at HL
 +
 
HL points to HL+3
 
HL points to HL+3
  
 
=== Destroys ===
 
=== Destroys ===
 
* None
 
* None

Revision as of 20:25, 4 May 2015

Synopsis

Hypothesized Official Name: lddehl

Syscall Address: 021DA0h

Loads the 24-bit value at HL into DE, and post-increments thrice.

Inputs

HL - address

Outputs

DE = value at HL

HL points to HL+3

Destroys

  • None