◄Summary► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── After the executing program's PSP is copied into the new segment, the memory size information in the new PSP is updated appropriately and the current contents of the termination (Int 22h), CTRL+C handler (Int 23h), and critical-error handler (Int 24h) vectors are saved starting at offset 0Ah. This function copies the PSP. It does not load or execute another program. Int 21h Function 4Bh (EXEC), which can be used to load and execute programs or overlays in either .COM or .EXE format, should be used instead of this function. -♦-