Outils pour utilisateurs

Outils du site


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

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_59 [2023/01/10 11:55] – supprimée - modification externe (Unknown date) 127.0.0.1back2root:ibm-pc-ms-dos:interrupts:int_21:int_21_59 [2023/01/16 17:54] (Version actuelle) – modification externe 127.0.0.1
Ligne 1: Ligne 1:
 +====== INT 0x21 - 0x59 - DOS 3.0+ - Get Extended Error Information ======
 +
 +===== Request/Call: =====
 +
 +{{tablelayout?rowsHeaderSource=Auto&colwidth=""}}
 +^  reg  ^  value  ^  descr  ^
 +|  AH    0x59           |
 +|  BX    0x00   |00 for version 3.0, 3.1, 3.2  |
 +|        0x_     |
 +
 +===== Return: =====
 +
 +{{tablelayout?rowsHeaderSource=Auto&colwidth=""}}
 +^  reg  ^   descr  ^
 +|  AX   | extended error code (see below) |
 +|  BH   | error class  |
 +|  BL   | suggested action |
 +|  CH   | locus  |
 +
 +{{page>back2root:ibm-pc-ms-dos:hardware:informations:dos_error_code&nofooter}}
 +
 +[[start|Back]]