-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.template.html
27 lines (24 loc) · 1.02 KB
/
index.template.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Intel® 64 and IA-32 Instruction Set Reference</title>
<link rel="stylesheet" href="intel.css">
</head>
<body class="not_instruction_page">
<h1>Intel® 64 and IA-32 Instruction Set Reference</h1>
<p>
This <b>UNOFFICIAL</b> reference was generated from the official <a href="https://www.intel.com/content/www/us/en/developer/articles/technical/intel-sdm.html">Intel® 64 and IA-32 Architectures Software Developer’s Manual</a> by a dumb script.
There is no guarantee that some parts aren't mangled or broken and is distributed <b>WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE</b>.
</p>
<p>
Please report issues <a href="https://github.com/namazso/x86">here</a> in case you run into any.
</p>
<p>
A frame-based layout version is also available <a href="frame.html">here</a>.
</p>
<table>
{0}
</table>
</body>
</html>