INT 1A - PCMCIA Socket Services - SET WINDOW 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") SeeAlso: AH=87h,AH=88h,AH=8Bh .