summaryrefslogtreecommitdiff
path: root/frontends/calculator/CEdev/lib/shared/land.src
blob: ae0460cade2828320cb1683f87ec8f7686d48910 (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.
;-------------------------------------------------------------------------
; Long AND.
; Input:
;	Operand1: 
;		  ehl : 32 bit
;
;	Operand2: 
;		  abc : 32 bit
;
; Output:
;	Result:   ehl : 32 bit
; Registers Used:

;-------------------------------------------------------------------------
	.def __land
	.assume adl=1

__land		equ 0001A4h