Difference between revisions of "84PCE:Syscalls:000134"
From WikiTI
(Created page with "iand 000134 - iand == Synopsis == '''Official Name:''' iand '''Syscall Address:''' 000134h Perform...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
'''Syscall Address:''' 000134h | '''Syscall Address:''' 000134h | ||
− | Performs a 24 bit AND operation. | + | Performs a 24 bit AND operation between HL and BC. |
=== Inputs === | === Inputs === | ||
− | * | + | * HL: 24 bits |
− | * | + | * BC: 24 bits |
=== Outputs === | === Outputs === | ||
− | * HL: 24 | + | * HL: 24 bit result of (HL AND BC) |
Latest revision as of 09:50, 12 April 2016
Synopsis
Official Name: iand
Syscall Address: 000134h
Performs a 24 bit AND operation between HL and BC.
Inputs
- HL: 24 bits
- BC: 24 bits
Outputs
- HL: 24 bit result of (HL AND BC)