Jump to content

GNU Assembler: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
{{Software
|Name=gas
|Version=2.32 (Feb 2019)
|Vendor=FSF
|Author=Dean Elsner
|Licence=GNU GPL v3
|WWW=
}}
GNU Assembler (gas)
GNU Assembler (gas)


supports AT&T Syntax and Intel Syntax
Version 2.10 supports AT&T Syntax and Intel Syntax


==Versions==
==Versions==
Line 14: Line 22:
==Links==
==Links==
*https://www.gnu.org/software/binutils/
*https://www.gnu.org/software/binutils/
*[https://cs.lmu.edu/~ray/notes/gasexamples/ GNU Assembler Examples]


[[Category:Assembler]][[Category:Open Source Software]]
[[Category:Assembler]][[Category:Open Source Software]]

Revision as of 23:51, 9 July 2019

GNU Assembler
[[File:{{{Picture}}}|128px]]
Name gas
Version 2.32 (Feb 2019)
Vendor FSF
Author Dean Elsner
Licence GNU GPL v3
WWW

GNU Assembler (gas)

Version 2.10 supports AT&T Syntax and Intel Syntax

Versions

emx
  • 1.38.1 - emx 0.8c
  • 2.3 - emx 0.9a
  • 2.6 - emx 0.9d
GCC/2
  • 1.38 - GCC/2 2.5.4

Links