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 - set psp segment http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - DOS 2+ internal - SET PSP SEGMENT
        AH = 50h
        BX = segment address of new PSP (see AH=26h for format)
Notes:  under DOS 2.x, this function cannot be invoked inside an INT 28h
          handler without setting the Critical Error flag
        under DOS 3+, this function does not use any of the DOS-internal stacks
          and is thus fully reentrant
        supported by OS/2 compatibility box
SeeAlso: AH=26h,AH=51h,AH=62h

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