Outils pour utilisateurs

Outils du site


back2root:ibm-pc-ms-dos:interrupts:int_21:int_21_00

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
back2root:ibm-pc-ms-dos:interrupts:int_21:int_21_00 [2023/01/10 11:55] – supprimée - modification externe (Unknown date) 127.0.0.1back2root:ibm-pc-ms-dos:interrupts:int_21:int_21_00 [2023/01/16 17:54] (Version actuelle) – modification externe 127.0.0.1
Ligne 1: Ligne 1:
 +====== INT 0x21 - 0x00 - Program Terminate ======
 +
 +<WRAP center round alert>
 +This function is no longer recommended, but can be used by version of DOS before 2.0, see  [[back2root:ibm-pc-ms-dos:interrupts:int_21:int_21_4c|Int 0x21,0x4C]] and Int [[back2root:ibm-pc-ms-dos:interrupts:int_21:int_21_00|0x21,0x00]]
 +</WRAP>
 +
 +===== Request/Call: =====
 +
 +{{tablelayout?rowsHeaderSource=Auto&colwidth=""}}
 +^  reg  ^  value  ^  descr                                                                 ^
 +|  AH    0x00                                                                          |
 +|  CS           | [[back2root:ibm-pc-ms-dos:hardware:informations:program_segment_prefix|PSP]] segment adress  |
 +
 +===== Return: =====
 +Nothing
 +
 +===== Notes & Comments =====
 +
 +<WRAP round box>
 +  * restores the terminate, Ctrl-Break, and critical error exit addresses, flushes all buffers, frees memory and returns to DOS via the termination handler address
 +  * does not close FCBs
 +</WRAP>
 + 
 +[[start|Back]]