Difference between revisions of "84PCE:Syscalls:020140"
From WikiTI
(Created page with "DivHLBy10 020140 - DivHLBy10 == Synopsis == '''Hypothesized Official Name:''' DivHLBy10 '''Syscall...") |
(→Inputs) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:84PCE:Syscalls:By Name| | + | [[Category:84PCE:Syscalls:By Name|DivHLBy10_s]] |
− | [[Category:84PCE:Syscalls:By Address|020140 - | + | [[Category:84PCE:Syscalls:By Address|020140 - DivHLBy10_s]] |
== Synopsis == | == Synopsis == | ||
− | '''Hypothesized Official Name:''' | + | '''Hypothesized Official Name:''' DivHLBy10_s |
'''Syscall Address:''' 020140h | '''Syscall Address:''' 020140h | ||
− | Divides HL by 10. | + | Divides HL by 10 in 16-bit. |
=== Inputs === | === Inputs === | ||
− | + | * HL: 16-bit dividend. | |
=== Outputs === | === Outputs === | ||
− | + | * HL = HL/10 | |
+ | * A = remainder | ||
=== Destroys === | === Destroys === | ||
− | * | + | * None |
Latest revision as of 11:23, 26 May 2015
Contents
Synopsis
Hypothesized Official Name: DivHLBy10_s
Syscall Address: 020140h
Divides HL by 10 in 16-bit.
Inputs
- HL: 16-bit dividend.
Outputs
- HL = HL/10
- A = remainder
Destroys
- None