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

From WikiTI
Jump to: navigation, search
(Created page with "SetHLtoLH 021DC0 - SetHLtoLH == Synopsis == '''Hypothesized Official Name:''' SetHLtoLH '''Syscall...")
(No difference)

Revision as of 19:30, 4 May 2015

Synopsis

Hypothesized Official Name: SetHLtoLH

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, perhaps.

Inputs

HL - value

Outputs

HL = LH

Destroys

  • None