Difference between revisions of "83:ROMCalls:4146"
From WikiTI
Guillaumeh (Talk | contribs) |
(removed {{missinfo}}) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:83:ROMCalls:By Name:Math|HLTimes9]] [[Category:83:ROMCalls:By Name|HLTimes9]] [[Category:83:ROMCalls:By Address|4146 - HLTimes9]] | [[Category:83:ROMCalls:By Name:Math|HLTimes9]] [[Category:83:ROMCalls:By Name|HLTimes9]] [[Category:83:ROMCalls:By Address|4146 - HLTimes9]] | ||
− | |||
== Synopsis == | == Synopsis == | ||
'''Official Name:''' _HLTIMES9 | '''Official Name:''' _HLTIMES9 | ||
Line 10: | Line 9: | ||
=== Outputs === | === Outputs === | ||
− | * HL = | + | * HL = HL*9 |
=== Destroys === | === Destroys === | ||
− | * | + | * BC |
== Comments == | == Comments == | ||
− | + | If the result is higher than 65536, the carry flag is set. | |
== Example == | == Example == |
Latest revision as of 06:38, 11 July 2005
Synopsis
Official Name: _HLTIMES9
BCALL Address: 4146
Inputs
- HL
Outputs
- HL = HL*9
Destroys
- BC
Comments
If the result is higher than 65536, the carry flag is set.