summaryrefslogtreecommitdiff
path: root/frontends/calculator/CEdev/lib/shared/sremu.src
blob: d8ca078c2da5a445781afb4a33469faff1e18331 (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.
;-------------------------------------------------------------------------
; Short Modulus Unsigned
; Input:
;	Operand1: 
;		  hl : 16 bits
; 
;	Operand2: 
;		  bc : 16 bits
;
; Output:
;	Result:   hl : 16 bits
;
; Registers Used:
;	none
;-------------------------------------------------------------------------
	.def	__sremu
	.ref	__iremu
	.assume adl=1

__sremu		equ 00023Ch