[go: up one dir, main page]

Menu

[r1]: / htdocs / intro / index.html  Maximize  Restore  History

Download this file

347 lines (347 with data), 5.4 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
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
<HTML
><HEAD
><TITLE
>Introduction to UNIX assembly programming</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="NEXT"
TITLE="Hello, world!"
HREF="hello.html"></HEAD
><BODY
CLASS="ARTICLE"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="ARTICLE"
><DIV
CLASS="TITLEPAGE"
><H1
CLASS="TITLE"
><A
NAME="AEN2"
></A
>Introduction to UNIX assembly programming</H1
><H3
CLASS="AUTHOR"
><A
NAME="AEN4"
>Konstantin Boldyshev</A
></H3
><DIV
CLASS="AFFILIATION"
><SPAN
CLASS="ORGNAME"
> <A
HREF="http://linuxassembly.org/"
TARGET="_top"
> Linux Assembly<A
NAME="KONST"
></A
></A
>
<BR></SPAN
><DIV
CLASS="ADDRESS"
><P
CLASS="ADDRESS"
> &nbsp;&nbsp;&nbsp;&nbsp;<TT
CLASS="EMAIL"
>&#60;<A
HREF="mailto:konst@linuxassembly.org"
>konst@linuxassembly.org</A
>&#62;</TT
><br>
</P
></DIV
></DIV
><SPAN
CLASS="RELEASEINFO"
>Version 0.9<BR></SPAN
><P
CLASS="COPYRIGHT"
>Copyright &copy; 1999, 2000, 2006 Konstantin Boldyshev</P
><P
CLASS="PUBDATE"
>$Date: 2006/02/11 08:10:41 $<BR></P
><DIV
><DIV
CLASS="ABSTRACT"
><A
NAME="AEN20"
></A
><P
></P
><P
>This document is intended to be a tutorial, showing how to write
a simple assembly program in
several UNIX operating systems on the IA-32 (i386) platform.
Included material may or may not be applicable
to other hardware and/or software platforms.</P
><P
>This document explains program layout, system call convention,
and the build process.</P
><P
>It accompanies the
<A
HREF="http://linuxassembly.org/howto.html"
TARGET="_top"
>Linux Assembly HOWTO</A
>,
which may also be of interest, though it is more Linux specific.</P
><P
></P
></DIV
></DIV
><HR></DIV
><DIV
CLASS="TOC"
><DL
><DT
><B
>Table of Contents</B
></DT
><DT
>1. <A
HREF="Assembly-Intro.html#INTRO"
>Introduction</A
></DT
><DD
><DL
><DT
>1.1. <A
HREF="Assembly-Intro.html#S-LEGAL"
>Legal blurb</A
></DT
><DT
>1.2. <A
HREF="Assembly-Intro.html#AEN32"
>Obtaining this document</A
></DT
><DT
>1.3. <A
HREF="Assembly-Intro.html#AEN36"
>Tools you need</A
></DT
></DL
></DD
><DT
>2. <A
HREF="hello.html"
>Hello, world!</A
></DT
><DD
><DL
><DT
>2.1. <A
HREF="hello.html#AEN55"
>System calls</A
></DT
><DT
>2.2. <A
HREF="hello.html#AEN77"
>Program layout</A
></DT
><DT
>2.3. <A
HREF="hello.html#AEN86"
>Linux</A
></DT
><DT
>2.4. <A
HREF="hello.html#AEN124"
>FreeBSD</A
></DT
><DT
>2.5. <A
HREF="hello.html#AEN159"
>BeOS</A
></DT
><DT
>2.6. <A
HREF="hello.html#AEN175"
>Building an executable</A
></DT
></DL
></DD
><DT
>3. <A
HREF="references.html"
>References</A
></DT
><DT
>A. <A
HREF="history.html"
>History</A
></DT
><DT
>B. <A
HREF="acknowledgements.html"
>Acknowledgements</A
></DT
><DT
>C. <A
HREF="endorsements.html"
>Endorsements</A
></DT
></DL
></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="INTRO"
></A
>1. Introduction</H1
><P
></P
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="S-LEGAL"
></A
>1.1. Legal blurb</H2
><P
>Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU
<A
HREF="http://www.gnu.org/copyleft/fdl.html"
TARGET="_top"
>Free Documentation License</A
> Version 1.1;
with no Invariant Sections, with no Front-Cover Texts, and no Back-Cover texts.</P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN32"
></A
>1.2. Obtaining this document</H2
><P
>The latest version of this document is available from
<A
HREF="http://linuxassembly.org/intro.html"
TARGET="_top"
>http://linuxassembly.org/intro.html</A
>.
If you are reading a few-months-old copy,
please check the url above for a new version.</P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN36"
></A
>1.3. Tools you need</H2
><P
>You will need several tools to play with programs included in this tutorial.</P
><P
>First of all you need the assembler (compiler).
As a rule modern UNIX distributions include
<B
CLASS="COMMAND"
>as</B
> (or <B
CLASS="COMMAND"
>gas</B
>),
but all of the examples here use another assembler --
<B
CLASS="COMMAND"
>nasm</B
> (Netwide Assembler).
It comes with full source code, and you can download it from the
<A
HREF="http://sourceforge.net/projects/nasm/"
TARGET="_top"
>nasm page</A
>,
or install it from the ports (or package) system.
Compile it, or try to find precompiled binary for your OS;
note that several distributions (at least Linux ones)
already have <B
CLASS="COMMAND"
>nasm</B
>, check first.</P
><P
>Second, you need a linker -- <B
CLASS="COMMAND"
>ld</B
>,
since assembler produces only object code.
All distributions with the compilation tools installed
will have <B
CLASS="COMMAND"
>ld</B
>.</P
><P
>If you're going to dig in, you should also install include files for your OS,
and if possible, kernel source.</P
><P
>Now you should be ready to start, welcome.. </P
></DIV
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="hello.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Hello, world!</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>