Re: Assembly language on FreeBSD

2007-02-08 Thread Ted Mittelstaedt
openssl also uses assembler in some of it's files

Ted

- Original Message - 
From: Daniel Molina Wegener [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Cc: Rico Secada [EMAIL PROTECTED]
Sent: Wednesday, February 07, 2007 3:07 PM
Subject: Re: Assembly language on FreeBSD


 On Wednesday 07 February 2007 19:45, Rico Secada wrote:
  Hi
 
  I am brushing up on my assembler language and I wonder if
  anyone could recommend any particular reading well suited for
  FreeBSD?

   Try looking as(1) manual page, the gas info page (info gas)
 and looking on the internet for guides regarding ATT assembler
 syntax.

   Also, is assembler code in the kernel source, the X.Org
 distribution and some multimedia tools that are using mmx, sse
 3dnow instruction sets.

  Best and kind regards,
  Rico Secada.
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]


 Regards,
 -- 
  .O. | Daniel Molina Wegener   | C/C++ Developer
  ..O | dmw [at] unete [dot] cl | FOSS Coding Adict
  OOO | BSD  Linux User| Standards Rocks!

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Assembly language on FreeBSD

2007-02-07 Thread Rico Secada
Hi

I am brushing up on my assembler language and I wonder if anyone could 
recommend any particular reading well suited for FreeBSD?

Best and kind regards,
Rico Secada.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Assembly language on FreeBSD

2007-02-07 Thread Tore Lund
Rico Secada wrote:
 Hi
 
 I am brushing up on my assembler language and I wonder if anyone could 
 recommend any particular reading well suited for FreeBSD?

http://www.int80h.org/bsdasm/
-- 
Tore


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Assembly language on FreeBSD

2007-02-07 Thread Daniel Molina Wegener
On Wednesday 07 February 2007 19:45, Rico Secada wrote:
 Hi

 I am brushing up on my assembler language and I wonder if
 anyone could recommend any particular reading well suited for
 FreeBSD?

  Try looking as(1) manual page, the gas info page (info gas)
and looking on the internet for guides regarding ATT assembler
syntax.

  Also, is assembler code in the kernel source, the X.Org 
distribution and some multimedia tools that are using mmx, sse
3dnow instruction sets.

 Best and kind regards,
 Rico Secada.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


Regards,
-- 
 .O. | Daniel Molina Wegener   | C/C++ Developer
 ..O | dmw [at] unete [dot] cl | FOSS Coding Adict
 OOO | BSD  Linux User| Standards Rocks!

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]