Difference between revisions of "84PCE:Syscalls:021D90"

From WikiTI
Jump to: navigation, search
 
Line 9: Line 9:
  
 
=== Inputs ===
 
=== Inputs ===
* HL = 24-bit dividend
+
* HL: 24-bit dividend
* A = 8-bit divisor
+
* A: 8-bit divisor
  
 
=== Outputs ===
 
=== Outputs ===

Latest revision as of 12:23, 26 May 2015

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