summaryrefslogtreecommitdiff
path: root/frontends/calculator/CEdev/lib/shared/lldix.src
blob: 9697040dfe8f391513e374b086e364d585b611c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
; (c) Copyright 2001-2008 Zilog, Inc.
;-------------------------------------------------------------------------
; long load e:hl,(ix+nnnnnn)
; Input:
;	Operand1: 
;                 BC : 24-bit offset from ix
;
; Output:
;       Result:   E:HL : 32 bit
;
; Registers Used:
;      
;-------------------------------------------------------------------------
	.def __lldix
	.assume adl=1
	
__lldix		equ 0001C0h