pgubook-readers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pgubook-readers] exit program


From: Jonathan Bartlett
Subject: Re: [Pgubook-readers] exit program
Date: Mon, 15 Aug 2005 05:21:12 -0700 (PDT)

> #as
> .section .data
> .section .text
> .globl _start
> _start:
> movl $1, %eax
> movl $0, %ebx
> int $0x80

You need to be entering this into a _file_ called exit.s using emacs or vi
or gedit or whatever you wish.

> #as exit.s -o exit.o
> "Can't open exit.s: No such file or directory"

Because the file doesn't exist.

Jon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]