Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| back2root:ibm-pc-ms-dos:interrupts:int_21:int_21_51 [2023/01/10 11:55] – supprimée - modification externe (Unknown date) 127.0.0.1 | back2root:ibm-pc-ms-dos:interrupts:int_21:int_21_51 [2024/04/08 01:03] (Version actuelle) – ↷ Liens modifiés en raison d'un déplacement. 185.191.171.14 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | ====== INT 0x21 - 0x51 - Get Current Process ID ====== | ||
| + | |||
| + | <WRAP round info> | ||
| + | Undocumented DOS 2.x | ||
| + | </ | ||
| + | |||
| + | |||
| + | ===== Request/ | ||
| + | |||
| + | {{tablelayout? | ||
| + | ^ reg ^ value ^ descr ^ | ||
| + | | AH | ||
| + | |||
| + | ===== Return: ===== | ||
| + | |||
| + | {{tablelayout? | ||
| + | ^ reg ^ | ||
| + | | | ||
| + | |||
| + | ===== Notes & Comments ===== | ||
| + | |||
| + | <WRAP round box> | ||
| + | * The process ID number is actually the segment address of program' | ||
| + | * this function cannot be called while in an [[back2root: | ||
| + | * [[back2root: | ||
| + | |||
| + | see [[back2root: | ||
| + | </ | ||
| + | |||
| + | [[start|Back]] | ||