-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathreference.html
executable file
·84 lines (54 loc) · 1.1 KB
/
reference.html
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<HTML>
<HEAD>
<TITLE>reference for emu8086</TITLE>
<META name="description" content="emu8086 Reference and Description">
</HEAD>
<BODY>
<FONT FACE="Verdana" SIZE=3>
<FONT SIZE=+2>
<B>emu8086 reference</B>
</FONT>
<BR><BR><BR>
<UL>
<LI>
<A HREF="editor.html"><B>Source code editor</B></A>
<BR><BR>
</LI>
<LI>
<A HREF="compiler.html"><B>Compiling assembly code</B></A>
<BR><BR>
</LI>
<LI>
<A HREF="emulator.html"><B>Using the emulator</B></A>
<BR><BR>
</LI>
<LI>
<A HREF="8086_instruction_set.html"><B>Complete 8086 instruction set</B></A>
<BR><BR>
</LI>
<LI>
<A HREF="8086_bios_and_dos_interrupts.html"><B>List of supported interrupts</B></A>
<BR><BR>
</LI>
<LI>
<A HREF="memory.html"><B>Global memory table</B></A>
<BR><BR>
</LI>
<LI>
<A HREF="custom_memory_map.html"><B>Custom memory map</B></A>
<BR><BR>
</LI>
<LI>
<A HREF="compatibility.html"><B>MASM / TASM compatibility</B></A>
<BR><BR>
</LI>
<LI>
<A HREF="io.html"><B>I/O ports</B></A>
<BR><BR>
</LI>
</UL>
<BR>
<BR>
</FONT>
</BODY>
</HTML>