-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathdot_list_reset.htm
53 lines (38 loc) · 1.1 KB
/
dot_list_reset.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>Dot_List_Reset ($F2DE)</title>
</head>
<p>Dot_List_Reset ($F2DE)</p>
<p>This routine draws a series of dots, specified by the list
pointed to by the X register. The list has the following format: </p>
<blockquote>
<p>mode, relative y, relative x,</p>
<p>mode, relative y, relative x,</p>
<p>. . .</p>
<p>. . .</p>
<p>mode, relative y, relative x</p>
<p>0x01</p>
<p> </p>
</blockquote>
<p>This routine will continue to traverse the list, until a mode
> 0 is encountered; at that point, it will reset the zero
reference (the integrators). </p>
<p> </p>
<p>ENTRY:</p>
<blockquote>
<p>DP = $D0</p>
<p>X-reg points to the dot list</p>
</blockquote>
<p> </p>
<p>EXIT:</p>
<blockquote>
<p>X-reg points to next byte after the terminator</p>
<p>D-reg trashed</p>
</blockquote>
<p> </p>
<p><a href="bios.htm#F2DE">Source</a></p>
</body>
</html>