Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Need a good source for AT&T Assembly Syntax

Tags:

assembly

att

I'm looking for sources to study assembly with AT&T syntax(NOT Intel), any help would be appreciated.

Thanks.

like image 259
oakgun Avatar asked Jun 19 '26 12:06

oakgun


1 Answers

You an find a lot of assembler sources in the linux kernel in the arch subdirectory. For the common x86 processors, every file ending with .S in /usr/src/linux/arch/x86 is a usually well documented assembler source.

If you don't have the source on your box, you can download them at http://kernel.org.

like image 51
Gunther Piez Avatar answered Jun 22 '26 02:06

Gunther Piez