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

what I have is

 #./<name>
 #ksh: Operation not permitted


 Someone knows what is happenig ?

Ale


Either you haven't set the x-flag on the binary, or the partition
where you are is mounted with noexec, is my guess.

Reply via email to