Subject: Assembly Language Programs
To: None <tech-kern@netbsd.org>
From: Alessandro Coppelli <coppelli@dsea.unipi.it>
List: tech-kern
Date: 04/12/2006 09:19:26
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>
  #  Segmentation fault ( core dumped )

  Someone knows what is happenig ?

Ale