Difference between revisions of "84PCE:Syscalls:020144"
From WikiTI
Calc84maniac (Talk | contribs) (Updated inputs/outputs) |
|||
Line 4: | Line 4: | ||
'''Hypothesized Official Name:''' DivHLByA | '''Hypothesized Official Name:''' DivHLByA | ||
− | '''Syscall Address:''' | + | '''Syscall Address:''' 021D90h |
− | Divides HL by A in | + | Divides HL by A in 24-bit. |
=== Inputs === | === Inputs === | ||
− | * HL = | + | * HL = 24-bit dividend |
* A = 8-bit divisor | * A = 8-bit divisor | ||
Revision as of 16:47, 4 May 2015
Contents
Synopsis
Hypothesized Official Name: DivHLByA
Syscall Address: 021D90h
Divides HL by A in 24-bit.
Inputs
- HL = 24-bit dividend
- A = 8-bit divisor
Outputs
- HL = HL/A
- A = remainder
Destroys
- None