Site renewed
[nasm/www.git] / links.php
blobbd8e41580c962455bd7c817b21d1de720168de4d
1 <?php echo '<?xml version="1.0" encoding="utf-8"?>'; ?>
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6 <meta content="text/html; charset=UTF-8" http-equiv="content-type" />
7 <link rel="stylesheet" type="text/css" href="css/base.css" />
8 <link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico" />
9 <title>The Netwide Assembler: NASM</title>
10 </head>
12 <body id="wrap">
14 <?php include "navbar.inc" ?>
16 <div id="outer">
17 <div id="content">
19 <h1>Useful links</h1>
20 <ul>
21 <li><a href="http://sourceforge.net" target="_blank">SourceForge</a>
22 - the world's largest open source repository.</li>
23 <li><a href="http://www.asmcommunity.net/" target="_blank">ASM Community</a>
24 - assembly language resource.</li>
25 <li><a href="http://www.asmcommunity.net/projects/nasmx" target="_blank">The NASMX Project</a>
26 - enhanced NASM development kit.</li>
27 <li><a href="http://www.drpaulcarter.com/pcasm" target="_blank">Paul Carter's Tutorial</a>
28 - introduction to 32-bit assembly - NASM syntax.</li>
29 <li><a href="http://www.linuxassembly.org/" target="_blank">LinuxAssembly</a>
30 - information about using NASM with GNU/Linux and BSD systems.</li>
31 <li><a href="http://www.ctyme.com/rbrown.htm" target="_blank">Ralf Brown's Interrupt List</a>
32 - every documented/undocumented interrupt call known in a single list.</li>
33 </ul>
35 </div> <!-- content -->
36 </div> <!-- outer -->
37 </body>
38 </html>