Difference between revisions of "84PCE:Syscalls:020140"

From WikiTI
Jump to: navigation, search
(Inputs)
 
Line 9: Line 9:
  
 
=== Inputs ===
 
=== Inputs ===
* HL = 16-bit dividend.
+
* HL: 16-bit dividend.
  
 
=== Outputs ===
 
=== Outputs ===

Latest revision as of 12:23, 26 May 2015

Synopsis

Hypothesized Official Name: DivHLBy10_s

Syscall Address: 020140h

Divides HL by 10 in 16-bit.

Inputs

  • HL: 16-bit dividend.

Outputs

  • HL = HL/10
  • A = remainder

Destroys

  • None