Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Interrupts & Ports - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

        Get Input status (INT 21h, 4406h)

        This function allow you to check if a handle is ready for input.

        Entry:
          AX = 4406h
          BX = Handle
        Retry:
          CF = 1
               AX = Error code
          CF = 0
               AX = Status

        This status is coded this way:
          If handle is a file:
            00h = At End of file
            FFh = Not at End of file
          If handle is a device:
            00h = Not ready
            FFh = Ready

See Also: INT 21h, 4407h

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