Assembly Language Programs

2006-04-12 Thread Alessandro Coppelli
Hi to all. I am interested to developing a little assembly language programs. I rode the article written by Thomas Sommers ( http://user.nj.net/~tms/hello.html ) I followed author's instructions but at the end of compilation as -o name.o name.s ld -o name name.o what I have is #./name

Re: Assembly Language Programs

2006-04-12 Thread Julien Cabillot
chmod +x name ? On 4/12/06, Alessandro Coppelli [EMAIL PROTECTED] wrote: Hi to all. I am interested to developing a little assembly language programs. I rode the article written by Thomas Sommers ( http://user.nj.net/~tms/hello.html ) I followed author's instructions but at the end

Re: Assembly Language Programs

2006-04-12 Thread Ash Williams
On 12/04/06, Alessandro Coppelli [EMAIL PROTECTED] wrote: Hi to all. I am interested to developing a little assembly language programs. I rode the article written by Thomas Sommers ( http://user.nj.net/~tms/hello.html ) I followed author's instructions but at the end of compilation

Re: Assembly Language Programs

2006-04-12 Thread Nick Guenther
On 4/12/06, Alessandro Coppelli [EMAIL PROTECTED] wrote: Hi to all. I am interested to developing a little assembly language programs. I rode the article written by Thomas Sommers ( http://user.nj.net/~tms/hello.html ) I followed author's instructions but at the end of compilation

Re: Assembly Language Programs

2006-04-12 Thread Janne Johansson
Alessandro Coppelli wrote: Hi to all. I am interested to developing a little assembly language programs. I rode the article written by Thomas Sommers ( http://user.nj.net/~tms/hello.html ) I followed author's instructions but at the end of compilation as -o name.o name.s ld -o name name.o

Re: Assembly Language Programs

2006-04-12 Thread David Terrell
On Wed, Apr 12, 2006 at 05:45:30PM +1000, Ash Williams wrote: what I have is #./name #ksh: Operation not permitted Someone knows what is happenig ? I've not done any ASM on OpenBSD although i have a bit of experience with FreeBSD. Have you looked at the syscalls located in

Re: Assembly Language Programs

2006-04-12 Thread Stefan Kell
--- Urspr|ngliche Nachricht --- Von: David Terrell [EMAIL PROTECTED] An: Ash Williams [EMAIL PROTECTED] Kopie: misc@openbsd.org Betreff: Re: Assembly Language Programs Datum: Wed, 12 Apr 2006 03:14:33 -0500 On Wed, Apr 12, 2006 at 05:45:30PM +1000, Ash Williams wrote: what I have

Re: Assembly Language Programs

2006-04-12 Thread ren
Hi to all. I am interested to developing a little assembly language programs. I rode the article written by Thomas Sommers ( http://user.nj.net/~tms/hello.html ) I followed author's instructions but at the end of compilation as -o name.o name.s ld -o name name.o what I have

Re: Assembly Language Programs

2006-04-12 Thread Tobias Ulmer
On Wed, Apr 12, 2006 at 09:22:49AM +0200, Alessandro Coppelli wrote: Hi to all. I am interested to developing a little assembly language programs. I rode the article written by Thomas Sommers ( http://user.nj.net/~tms/hello.html ) I followed author's instructions but at the end