savio
Joined: 03 Nov 2007
Posts: 28
|
Posted: Fri Nov 09, 2007 4:34 am Post subject: [T]: Introduction to UNIX assembly programming |
|
|
Here's a short tutorial article to get you started with UNIX assembly programming:
LINK: Introduction to UNIX Assembly Programming By Konstantin Boldyshev
| Quote: |
Introduction to UNIX assembly programming
Konstantin Boldyshev
Linux Assembly
<konst>
Version 0.9
Copyright © 1999, 2000, 2006 Konstantin Boldyshev
$Date: 2006/02/11 08:10:41 $
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.
This document explains program layout, system call convention, and the build process.
It accompanies the Linux Assembly HOWTO, which may also be of interest, though it is more Linux specific. |
|
|