Point mailing lists to nasm.us
[nasm/www.git] / links.php
bloba9be868caf7a8e1b0b52af22469ce1fdc0fe5167
1 <?php echo '<?xml version="1.0" encoding="utf-8"?>'; ?>
3 <!DOCTYPE html>
4 <html lang="en">
6 <?php include "header.inc" ?>
8 <body>
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>
16 <p><ul>
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>
23 </ul></p>
24 </div>
25 </div>
26 </div>
27 </div>
29 <?php include "footer.inc" ?>
30 </body>
31 </html>