summaryrefslogtreecommitdiff
path: root/frontends/calculator/CEdev/lib/shared/ildix.src
blob: e6523ccebac643b2b4877fa8434e5e1ff9f5fc74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
; (c) Copyright 2001-2008 Zilog, Inc.
;-------------------------------------------------------------------------
; Integer load hl,(ix+nnnnnn)
; Input:
;	Operand1: 
;                 BC : 24-bit offset from ix
;
; Output:
;	Result:   hl : 24 bit
;
; Registers Used:
;      
;-------------------------------------------------------------------------
	.def __ildix
	.assume adl=1
	
__ildix		equ 000148h