summaryrefslogtreecommitdiff
path: root/frontends/calculator/CEdev/lib/shared/sneg.src
blob: 6222cf2522eeffc4075fabce8f04023b51cc2a0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
; (c) Copyright 2001-2008 Zilog, Inc.
;-------------------------------------------------------------------------
; Short NEG.
; Input:
;	Operand1: 
;		  hl : 16 bit
;
; Output:
;	Result:   hl : 16 bit
; Registers Used:
;	None
;-------------------------------------------------------------------------
	.def __sneg
	.assume adl=1

__sneg		equ 00022Ch