summaryrefslogtreecommitdiff
path: root/frontends/calculator/CEdev/lib/shared/iremu.src
blob: e5192644dd654eb894b2ee942a262060acc916dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
; (c) Copyright 2001-2008 Zilog, Inc.
;-------------------------------------------------------------------------
; Unsigned Integer Modulus
; Input:
;	Operand1: 
;		  uHL : 24 bits (dividend x)
; 
;	Operand2: 
;		  uBC :	 24 bits (divisor y)
;
; Output:
;	Result:   uHL : 24 bits (remainder)
;
; Registers Used:
;	none
;-------------------------------------------------------------------------
	.def __iremu
	.assume adl=1

__iremu		equ 000170h