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

From WikiTI
Jump to: navigation, search
(Created page with "iand 000134 - iand == Synopsis == '''Official Name:''' iand '''Syscall Address:''' 000134h Perform...")
 
Line 1: Line 1:
 
[[Category:84PCE:Syscalls:By Name|iand]]
 
[[Category:84PCE:Syscalls:By Name|iand]]
[[Category:84PCE:Syscalls:By Address|000134 - iand]]
+
[[Category:84PCE:Syscalls:By Address|00013C - iand]]
 
== Synopsis ==
 
== Synopsis ==
 
'''Official Name:''' iand
 
'''Official Name:''' iand
  
'''Syscall Address:''' 000134h
+
'''Syscall Address:''' 00013Ch
  
Performs a 24 bit AND operation.
+
Performs a 24 bit signed division operation of HL/BC.
  
 
=== Inputs ===
 
=== Inputs ===
* BC: 24-bit
+
* HL: 24 bits
* HL: 24-bit
+
* BC: 24 bits
  
 
=== Outputs ===
 
=== Outputs ===
* HL: 24-bit AND result
+
* HL: 24 bit result of HL/BC
 +
 
 +
=== Registers Used ===
 +
* AF, DE

Revision as of 10:49, 12 April 2016

Synopsis

Official Name: iand

Syscall Address: 00013Ch

Performs a 24 bit signed division operation of HL/BC.

Inputs

  • HL: 24 bits
  • BC: 24 bits

Outputs

  • HL: 24 bit result of HL/BC

Registers Used

  • AF, DE