From mboxrd@z Thu Jan 1 00:00:00 1970 From: Emmet Ford Subject: Re: ld error Date: Mon, 27 May 2002 14:58:39 -0400 Sender: linux-assembly-owner@vger.kernel.org Message-ID: <3CF281DF.4090903@optonline.net> Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-assembly@vger.kernel.org > a readable tutorial to the "gas"-assembler. You wander along a lightly trodden path. Here is what I have... Linux Assembly Tutorial (nice) http://www.geocities.com/SiliconValley/Ridge/2544/asm/linux-asm.txt Using Assembly Language in Linux http://linuxassembly.org/linasm.html int80h.org -- Unix Assembly Language Programming http://www.int80h.org/ http://www.gnu.org/manual/gas-2.9.1/as.html Using as - Table of Contents - GNU Project - Free Software Foundation (FSF) A Whirlwind Tutorial on Creating Really Teensy ELF Executables for Linux http://members.tripod.de/linux_progz/docs/teensy.html Linux 4k intro page http://ma.verick.co.za/linux4k/ --Emmet Ford -------- Original Message -------- Subject: Re: ld error Date: Mon, 27 May 2002 20:27:52 +0200 From: Alfred.Cleve@t-online.de (Alfred Cleve) To: linux-assembly@vger.kernel.org References: Hi, > I am working through 'Linux Assembly "Hello World" Tutorial, CS 200' > by Bjorn Chambless. But I am unable to compile the program given in > that. Kindly help me. i suspect that exercise isn't a simple "hello world"-program. It seems to me as a nasty trap for lazy students :-)) The module "average" is a subroutine e.g. a "function" which should be linked to a given C-Program. For my first step i'm looking for a readable tutorial to the "gas"-assembler. Have you seen anything in the web ? Thanks, Alfred -- Alfred Cleve Karbener Str. 7 61130 Nidderau-Heldenbergen Germany Phone +49-6187-901095 - To unsubscribe from this list: send the line "unsubscribe linux-assembly" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html