Book on as
by 00x from LinuxQuestions.org on (#546QZ)
Hi, I am looking for a book on (g)as (gnu assembler).
The only book I can find so far is
https://www.amazon.com/Using-As-Asse.../dp/0595149200
However no place on the internet seems to sell it, all say out of stock.
I prefer books but if no books exist does anyone know of a good online guide for any of these:
- using as on amd64
- using as on BSDs
- using as on ARM
I am already reading "Assembly Language Step by Step by Jeff Dunteman" but it only covers the nasm assemlber for linux. I can translate nasm code to as (barely) but when it comes to which arguments to use on as when assembling for different architectures I'm lost (I know I can read the man page but I am still learning so a guide/book would be more helpful).
Thanks for any help.


The only book I can find so far is
https://www.amazon.com/Using-As-Asse.../dp/0595149200
However no place on the internet seems to sell it, all say out of stock.
I prefer books but if no books exist does anyone know of a good online guide for any of these:
- using as on amd64
- using as on BSDs
- using as on ARM
I am already reading "Assembly Language Step by Step by Jeff Dunteman" but it only covers the nasm assemlber for linux. I can translate nasm code to as (barely) but when it comes to which arguments to use on as when assembling for different architectures I'm lost (I know I can read the man page but I am still learning so a guide/book would be more helpful).
Thanks for any help.