blob: d3368569ed881a425f3e74b5f178d0f6545117cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
; (c) Copyright 2001-2008 Zilog, Inc.
;-------------------------------------------------------------------------
; Integer store (iy+nnnnnn),HL
; Input:
; Operand1:
; BC : 24-bit offset from iy
; HL : 24-bit integer to store
;
; Output:
;
;
; Registers Used:
;
;-------------------------------------------------------------------------
.def __istiy
.assume adl=1
__istiy equ 000190h
|