please dont rip this site
Function  50h   "Used Internally by DOS" - Set PSP 
 *              Set new Program Segment Prefix (current Process ID) 
entry   AH      50h 
	BX      segment address of new PSP 
return  none - swaps PSP's regarded as current by DOS 
note 1) By putting the PSP segment value into BX and issuing call 50h DOS stores 
	that value into a variable and uses that value whenever a file call is  
	made.  
     2) Note that in the PSP (or PDB) is a table of 20 (decimal) open file  
	handles. The table starts at offset 18h into the PSP. If there is an  
	0FFh in a byte then that handle is not in use. A number in one of the  
	bytes is an index into an internal FB table for that handle. For  
	instance the byte at offset 18h is for handle 0, at offset 19h handle  
	1, etc. up to 13h. If the high bit is set then the file associated by  
	the handle is not shared by child processes EXEC'd with call 4Bh. 
     3) Function 50h is dangerous in background operations prior to DOS 3.x as  
	it uses the wrong stack for saving registers.  (same as functions  
	0..0Ch in DOS 2.x) 
     4) Under DOS 2.x, this function cannot be invoked inside an int 28h handler 
	without setting the Critical Error flag 
     5) Open File information, etc. is stored in the PSP DOS views as current.  
	If a program (eg. a resident program) creates a need for a second PSP, 
	then the second PSP should be set as current to make sure DOS closes  
	that as opposed to the first when the second application finishes. 
     6) See PC Mag Vol.5, No 9, p.314 for discussion.  
     7) Used by DOS 3.3 PRINT & DEBUG, DesQview 2.01, Windows 1.03, SYMDEB 
	from MASM 4.0 
 

file: /Techref/INT/21f/50.htm, 1KB, , updated: 1999/4/21 08:00, local time: 2024/3/28 02:46,
TOP NEW HELP FIND: 
44.192.107.255:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://www.massmind.org/Techref/INT/21f/50.htm"> INT 21f 50</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

 

Welcome to massmind.org!

 

Welcome to www.massmind.org!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .