Difference between revisions of "84PCE:Syscalls:021DC0"
From WikiTI
(→Synopsis) |
|||
Line 1: | Line 1: | ||
− | [[Category:84PCE:Syscalls:By Name| | + | [[Category:84PCE:Syscalls:By Name|SwapHLEndian]] |
− | [[Category:84PCE:Syscalls:By Address|021DC0 - | + | [[Category:84PCE:Syscalls:By Address|021DC0 - SwapHLEndian]] |
== Synopsis == | == Synopsis == | ||
'''Hypothesized Official Name:''' SwapHLEndian | '''Hypothesized Official Name:''' SwapHLEndian |
Revision as of 09:57, 26 May 2015
Contents
Synopsis
Hypothesized Official Name: SwapHLEndian
Syscall Address: 021DC0h
Sets HL to LH. In other words, it loads the value in H to L, and the value in L to H.
Useful for converting between little-endian and big-endian.
Inputs
HL - value
Outputs
HL = LH
Destroys
- None