Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 21 - dos 2+ internal - create psp http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - DOS 2+ internal - CREATE PSP
        AH = 55h
        DX = segment number at which to set up PSP (see AH=26h)
        SI = (DOS 3+) value to place in memory size field at DX:[0002h]
Notes:  like AH=26h but creates "child" PSP rather than copying existing one,
          incrementing the reference count for each inherited file
        (DOS 2+) sets current PSP to DX
        (DOS 3+) marks "no inherit" file handles as closed in child PSP
SeeAlso: AH=26h,AH=50h

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