Table des matières

Int 27h - Terminate and Stay Resident

Request/Call:

reg value descr
DX 0x_ offset of the last byte in program remain resident + 1
CS 0x_ segment of PSP
0x_

Return:

nothing

Notes & Comments

  1. terminates process without closing open files
  2. memory beyond the offset in DX is freed

Back