[go: up one dir, main page]

Menu

[r12]: / htdocs / howto / resources.html  Maximize  Restore  History

Download this file

87 lines (69 with data), 4.6 kB

 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 7. Resources</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><meta name="keywords" content="assembly, assembler, asm, inline, 32-bit, IA-32, i386, x86, nasm, gas, as, as86, yasm, fasm, shasm, osimpa, OS, Linux, Unix, kernel, system, libc, glibc, system call, interrupt, small, fast, embedded, hardware, port, macroprocessor, metaprogramming, preprocessor"><link rel="home" href="Assembly-HOWTO.html" title="Linux Assembly HOWTO"><link rel="up" href="Assembly-HOWTO.html" title="Linux Assembly HOWTO"><link rel="prev" href="mips.html" title="MIPS Example"><link rel="next" href="faq.html" title="Chapter 8. Frequently Asked Questions"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 7. Resources</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="mips.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="faq.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter 7. Resources"><div class="titlepage"><div><div><h2 class="title"><a name="s-res"></a>Chapter 7. Resources</h2></div></div></div>
<div class="simplesect" title="Pointers"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="s-res-url"></a>Pointers</h2></div></div></div>
<p>
Your main resource for Linux/UNIX assembly programming material is:
</p>
<div class="blockquote"><blockquote class="blockquote">
<p>
<a class="ulink" href="http://asm.sourceforge.net/resources.html" target="_top">
http://asm.sourceforge.net/resources.html</a>
</p>
</blockquote></div>
<p>
Do visit it, and get plenty of pointers to assembly projects, tools, tutorials,
documentation, guides, etc, concerning different UNIX operating systems and
CPUs. Because it evolves quickly, I will no longer duplicate it here.
</p>
<p>
If you are new to assembly in general, here are few starting pointers:
<a name="s-res-gen"></a>
</p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
<p>
<a class="ulink" href="http://savannah.nongnu.org/projects/pgubook/" target="_top">Programming from the ground up</a>
</p>
</li><li class="listitem">
<p>
x86 assembly FAQ (use Google)
</p>
</li><li class="listitem">
<p>
<a class="ulink" href="http://www.koth.org" target="_top">CoreWars</a>,
a fun way to learn assembly in general
</p>
</li><li class="listitem">
<p>
Usenet:
<a class="ulink" href="news://comp.lang.asm.x86" target="_top">comp.lang.asm.x86</a>;
<a class="ulink" href="news://alt.lang.asm" target="_top">alt.lang.asm</a>
</p>
</li></ul></div><p>
</p>
</div>
<div class="simplesect" title="Mailing list"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="s-res-list"></a>Mailing list</h2></div></div></div>
<p>
If you're are interested in Linux/UNIX assembly programming (or have questions,
or are just curious) I especially invite you to join Linux assembly
programming mailing list.
</p>
<p>
This is an open discussion of assembly programming under Linux, *BSD, BeOS,
or any other UNIX/POSIX like OS; also it is not limited to x86 assembly
(Alpha, Sparc, PPC and other hackers are welcome too!).
</p>
<p>
Mailing list address is <code class="email">&lt;<a class="email" href="mailto:linux-assembly@vger.kernel.org">linux-assembly@vger.kernel.org</a>&gt;</code>.
</p>
<p>
To subscribe send a messgage to <code class="email">&lt;<a class="email" href="mailto:majordomo@vger.kernel.org">majordomo@vger.kernel.org</a>&gt;</code>
with the following line in the body of the message:
</p><pre class="programlisting">
subscribe linux-assembly
</pre><p>
</p>
<p>
Detailed information and list archives are available at
<a class="ulink" href="http://asm.sourceforge.net/list.html" target="_top">
http://asm.sourceforge.net/list.html</a>.
</p>
</div>
</div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="mips.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="faq.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">MIPS Example </td><td width="20%" align="center"><a accesskey="h" href="Assembly-HOWTO.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 8. Frequently Asked Questions</td></tr></table></div></body></html>