1 <?php
echo '<?xml version="1.0" encoding="utf-8"?>'; ?
>
6 <?php
include "header.inc" ?
>
9 <?php
include "navbar.inc" ?
>
11 <div
class="container-fluid">
12 <div
class="container">
13 <div
class="row nasm-info">
14 <div
class="col-md-12">
15 <h2
class="centered">Useful links
</h2
>
17 <li
><a href
="http://sourceforge.net/">SourceForge
</a
> - the world
's largest open source repository</li>
18 <li><a href="http://www.asmcommunity.net/">ASM Community</a> - assembly language resource.</li>
19 <li><a href="http://www.asmcommunity.net/projects/nasmx">The NASMX Project</a> - enhanced NASM development kit.</li>
20 <li><a href="http://www.drpaulcarter.com/pcasm">Paul Carter's Tutorial
</a
> - introduction to
32-bit assembly
- NASM syntax
.</li
>
21 <li
><a href
="http://asm.sourceforge.net/">LinuxAssembly
</a
> - information about using NASM with GNU
/Linux
and BSD systems
.</li
>
22 <li
><a href
="http://www.ctyme.com/rbrown.htm">Ralf Brown
's Interrupt List</a> - every documented/undocumented interrupt call known in a single list.</li>
29 <?php include "footer.inc" ?>