Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Programmers Reference 0.02b - <b>int 14h, 18h read block (transfer from fossil to user buffer)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 14h,  18h    Read block (transfer from FOSSIL to user buffer)

      Entry:  CX         Maximum number of characters to transfer

              DX         Port number

              ES         Segment of user buffer

              DI         Offset into ES of user buffer

      Exit:   AX         Number of characters actually transferred

    A "no-wait"  block read of 0 to FFFFh characters from the FOSSIL inbound
    ring buffer to the calling routine's buffer. ES:DI are left unchanged by
    the call; the count of bytes actually transferred will be returned in AX.

See Also: INT 14h, 19h

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson