Difference between revisions of "84PCE:Syscalls:021DC0"
From WikiTI
(Created page with "SetHLtoLH 021DC0 - SetHLtoLH == Synopsis == '''Hypothesized Official Name:''' SetHLtoLH '''Syscall...") |
(Undo revision 11135 by MateoConLechuga (talk)) |
||
(3 intermediate revisions by the same user not shown) | |||
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:''' | + | '''Hypothesized Official Name:''' SwapHLEndian |
'''Syscall Address:''' 021DC0h | '''Syscall Address:''' 021DC0h | ||
Line 8: | Line 8: | ||
Sets HL to LH. In other words, it loads the value in H to L, and the value in L to H. | 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 | + | Useful for converting between little-endian and big-endian. |
=== Inputs === | === Inputs === |
Latest revision as of 13:20, 25 May 2016
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