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