summaryrefslogtreecommitdiff
path: root/frontends/calculator/CEdev/lib/shared/ior.src
blob: c59a38c6e629240ec2c250b6c72ce9ba7ab2c7c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
; (c) Copyright  2001-2008 Zilog, Inc.
;-------------------------------------------------------------------------
; Integer OR.
; Input:
;	Operand1: 
;		  HL : 24 bit
;
;	Operand2: 
;		  BC : 24 bit
;
; Output:
;	Result:   HL : 24 bit
; Registers Used:
;	a
;-------------------------------------------------------------------------
	.def __ior
	.assume adl=1

__ior		equ 000168h