[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Int 1A Fn 89 - PCmcia Socket Services - Set Window [X]
AH = 89h
AL = adapter number
BH = window number
BL = socket number
CX = window size (bytes if I/O window, 4K units if memory window)
DH = window attributes (see AH=88h)
DL = access speed (only one bit set) (see AH=87h)
SI = window base address (bytes if I/O, 4K units if memory window)
DI = card offset addrress (memory only, 4K units)
Return: CF clear if successful
AH destroyed
CF set on error
AH = error code (01h,03h,07h,08h,0Ah,0Bh,0Dh,10h,11h)
(see AH=80h"PCMCIA")
See Also: AH=87h,AH=88h,AH=8Bh
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson