Difference between revisions of "84PCE:Syscalls:020138"

From WikiTI
Jump to: navigation, search
(Synopsis)
Line 5: Line 5:
  
 
'''Syscall Address:''' 020138h
 
'''Syscall Address:''' 020138h
 
  
 
This indirectly loads the 16-bit value located at hl into hl, and post increments once.
 
This indirectly loads the 16-bit value located at hl into hl, and post increments once.
 
Basically, it is:
 
<nowiki> ld hl,(hl)
 
inc hl</nowiki>
 
But then clears HLU.
 
  
 
=== Inputs ===
 
=== Inputs ===

Revision as of 19:16, 4 May 2015

Synopsis

Hypothesized Official Name: ldhlind_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