Int 14/AX=400Ah

Prev Next Ralf Interrups Categories Contents

------

I1541 - SEND A BYTE TO A DEVICE

AX = 400Ah
BL = byte to send
CL = last-byte flag
00h more bytes follow
01h this is the last byte to be sent

Return:
CF clear if successful CF set on error AL = error number (see #00354)

See Also: AX=4000h - AX=400Bh

Category: TSR Libraries - Int 14h - I

------

Prev Next Ralf Interrups Categories Contents