Difference between revisions of "83:ROMCalls:4008"
From WikiTI
(Destorys section, not under outputs) |
|||
(One intermediate revision by one other user not shown) | |||
Line 8: | Line 8: | ||
=== Inputs === | === Inputs === | ||
− | * | + | * HL = number |
=== Outputs === | === Outputs === | ||
− | * | + | * HL = HL ÷ 10 |
− | * | + | * A = remainder |
− | + | ||
− | * | + | === Destroys === |
+ | * F |
Latest revision as of 18:37, 10 July 2005
Contents
Synopsis
Official Name: DivHLBy10
Call Address: 4008
Divides HL by 10.
Inputs
- HL = number
Outputs
- HL = HL ÷ 10
- A = remainder
Destroys
- F