Files
oldlinux-files/docs/interrupts/int-html0/inte6rjk.htm
2024-02-19 00:23:35 -05:00

75 lines
1.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<meta http-equiv="Content-Type"
content="text-html; charset=Windows-1252">
<title>INT 10,13 - Write String (BIOS versions from 1/10/86)</title>
<meta name="FORMATTER" content="Microsoft FrontPage 2.0">
</head>
<body>
<h1><a name="kap_interrupt_0270"></a>INT 10,13 - Write String
(BIOS versions from 1/10/86)</h1>
<p> AH = 13h</p>
<p> AL = write mode (see bit settings below)</p>
<p> = 0 string is chars only, attribute in BL, cursor not moved</p>
<p> = 1 string is chard only, attribute in BL, cursor moved</p>
<p> = 2 string contains chars and attributes, cursor not moved</p>
<p> = 3 string contains chars and attributes, cursor moved</p>
<p> BH = video page number</p>
<p> BL = attribute if mode 0 or 1 (AL bit 1=0)</p>
<p> CX = length of string (ignoring attributes)</p>
<p> DH = row coordinate</p>
<p> DL = column coordinate</p>
<p> ES:BP = pointer to string</p>
<p> Bit settings for write mode (register AL):</p>
<p> ¦7¦6¦5¦4¦3¦2¦1¦0¦ AL</p>
<p> ¦ ¦ ¦ ¦ ¦ ¦ ¦ +---- 0=don't move cursor, 1=move cursor</p>
<p> ¦ ¦ ¦ ¦ ¦ ¦ +----- 0=BL has attributes, 1=string has
attributes</p>
<p> +---------------- unused</p>
<p> returns nothing</p>
<p> - BEL, BS, CR, LF are treated as ASCII control codes</p>
<p> - wraps data and scrolls if unable to fit data on one line</p>
<hr>
<table border="0" width="100%" cols="3">
<tr>
<td width="33%">Zurück zum <a href="inte1at0.htm">Interrupt
Info</a>. </td>
<td align="center" width="33%"><a
href="mailto:Roger.Morgan@htl-steyr.ac.at">Roger Morgan</a>
/ 1998 </td>
<td align="right" width="33%"><font size="1">L.Änderung <!--webbot
bot="Timestamp" s-type="EDITED" s-format="%d.%m.%y"
startspan -->29.03.99<!--webbot bot="Timestamp" endspan
i-checksum="13964" --> </font></td>
</tr>
</table>
</body>
</html>