Int 1A Fn 94 - Pcmcia Socket Services V1.00 - Write Multiple [X]

AH = 94h
AL = adapter number
BL = socket number (01h to maximum supported by adapter)
BH = attributes (see #0611)
CX = number of bytes or words to read
DX:DI = card address
DS:SI -> buffer containing data
BP = Card Technology type (0000h = RAM)

Return: CF clear if successful
AH destroyed
CF set on error
AH = error code (01h,07h,0Bh,0Ch,12h,14h) (see #0580)

Notes: this function is only available on I/O-mapped sockets
Socket Services calls the Card Technology callback (see #0585) for
any card technology it does not directly support

See Also: AH=82h"PCMCIA",AH=92h,AH=93h,INT 21/AX=440Dh"DOS 3.2+"