Difference between revisions of "83:ROMCalls:4146"

From WikiTI
Jump to: navigation, search
(updated how {{missinfo}} takes the text)
(info from http://translate.google.com/translate?u=http%3A%2F%2Fticalc.fc2web.com%2Fdev%2Fti83plus_trick.html&langpair=ja%7Cen&hl=fr&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools)
Line 10: Line 10:
  
 
=== Outputs ===
 
=== Outputs ===
* HL = Hl*9
+
* HL = HL*9
  
 
=== Destroys ===
 
=== Destroys ===
* ???
+
* BC
  
 
== Comments ==
 
== Comments ==
 
+
If the result is higher than 65536, the carry flag is set.
 
== Example ==
 
== Example ==

Revision as of 05:31, 11 July 2005

This article is missing some information (namely Destroys). You can help WikiTI by filling in the missing information.


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.

Example