Outils pour utilisateurs

Outils du site


back2root:ibm-pc-ms-dos:interrupts:int_00:start

Différences

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

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
back2root:ibm-pc-ms-dos:interrupts:int_00:start [2024/10/29 08:21] – supprimée - modification externe (Date inconnue) 127.0.0.1back2root:ibm-pc-ms-dos:interrupts:int_00:start [2024/10/29 08:23] (Version actuelle) – [Notes & Comments] frater
Ligne 1: Ligne 1:
 +====== Int 00h - Divide Error - CPU-Generated (Hardware Handler) ======
  
 +Generated if the divisor of a DIV or IDIV instruction is zero or the quotient overflows the result register; DX and AX will be unchanged. 
 +
 +===== Request/Call: =====
 +no input
 +
 +===== Notes & Comments =====
 +
 +<WRAP round box>
 +  * on an 8086/8088, the return address points to the following instruction
 +  * on an 80286+, the return address points to the divide instruction
 +</WRAP>
 +
 +See Also INT 04
 + 
 +[[back2root:ibm-pc-ms-dos:interrupts:start|Back]]