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]

        Terminate but stay resident (INT 21h, 31h)

        Entry:
          AH = 31h
          AL = exit code
          DX = program size, in paragraphs
        Return:
          Never!

        This function call terminates the current process and attempts
        to set the initial allocation block to the number of paragraphs
        in DX. It will not free any other allocation blocks belonging
        to that process.

See Also: INT 27h

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