<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 23.04.2009 21:34 Uhr, Joseph Smith wrote:
<blockquote cite="mid:f80ff82366219def26dfba29bfeb2019@imap.1and1.com"
 type="cite">
  <pre wrap=""><!---->And why would INT 13 be called anyways? It has nothing to do with VGA???</pre>
</blockquote>
It's exception 13 (decimal 13) <br>
<br>
int13 is exception 0x13... <br>
<br>
exceptions 0...0xf are not interrupts but hardware exceptions<br>
<br>
0: division by zero<br>
...<br>
13: illegal instruction<br>
...<br>
<br>
The code makes some assumptions and then jumps into the wild. A
microcode update will not help, unfortunately.<br>
<br>
<pre class="moz-signature" cols="72">-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: <a class="moz-txt-link-abbreviated" href="mailto:info@coresystems.de">info@coresystems.de</a>  • <a class="moz-txt-link-freetext" href="http://www.coresystems.de/">http://www.coresystems.de/</a>
Registergericht: Amtsgericht Freiburg • HRB 7656
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866
</pre>
</body>
</html>