Difference between revisions of "84PCE:Syscalls:021D80"
From WikiTI
(→Synopsis) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:84PCE:Syscalls:By Name| | + | [[Category:84PCE:Syscalls:By Name|SignExtendHL]] |
− | [[Category:84PCE:Syscalls:By Address|021D80 - | + | [[Category:84PCE:Syscalls:By Address|021D80 - SignExtendHL]] |
== Synopsis == | == Synopsis == | ||
− | '''Hypothesized Official Name:''' | + | '''Hypothesized Official Name:''' SignExtendHL |
'''Syscall Address:''' 021D80h | '''Syscall Address:''' 021D80h | ||
− | This is | + | This was originally a broken call, and still is in OS 5.0.0.0089 (and others, perchance?) But after sending in information, TI did an amazing job and fixed this call. |
− | + | It is known to work in OS 5.1.0.0110. | |
− | + | === Inputs === | |
+ | HL - 16-bit signed value | ||
− | + | === Outputs === | |
+ | HL - 24-bit signed value | ||
− | + | === Destroys === | |
− | + | * HLU | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Latest revision as of 12:05, 4 September 2015
Contents
Synopsis
Hypothesized Official Name: SignExtendHL
Syscall Address: 021D80h
This was originally a broken call, and still is in OS 5.0.0.0089 (and others, perchance?) But after sending in information, TI did an amazing job and fixed this call.
It is known to work in OS 5.1.0.0110.
Inputs
HL - 16-bit signed value
Outputs
HL - 24-bit signed value
Destroys
- HLU