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 inst

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 .o .s &

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

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 > > > > #./ > > #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

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 .o .s ld -o .o what I ha

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 instructio

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 instructio

Re: Assembly Language Programs

2006-04-12 Thread Julien Cabillot
chmod +x ? 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

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 .o .s ld -o .o what I have is #./ #ksh: Operatio