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">
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
>
14 <?php
include "navbar.inc" ?
>
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://asm.sourceforge.net/" 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>
35 </div> <!-- content -->
38 <?php include "footer.inc" ?>