Difference between revisions of "84PCE:Syscalls:021DA0"
From WikiTI
(→Outputs) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:84PCE:Syscalls:By Name| | + | [[Category:84PCE:Syscalls:By Name|LoadDEInd]] |
− | [[Category:84PCE:Syscalls:By Address|021DA0 - | + | [[Category:84PCE:Syscalls:By Address|021DA0 - LoadDEInd]] |
== Synopsis == | == Synopsis == | ||
− | '''Hypothesized Official Name:''' | + | '''Hypothesized Official Name:''' LoadDEInd |
'''Syscall Address:''' 021DA0h | '''Syscall Address:''' 021DA0h | ||
Line 9: | Line 9: | ||
=== Inputs === | === Inputs === | ||
− | HL | + | * HL = address |
=== Outputs === | === Outputs === | ||
− | DE = value at HL | + | * DE = value at HL |
− | HL points to HL+3 | + | * HL points to HL+3 |
=== Destroys === | === Destroys === | ||
* None | * None |
Latest revision as of 23:45, 25 May 2016
Contents
Synopsis
Hypothesized Official Name: LoadDEInd
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