News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Survey for 64-bit coders

Started by jj2007, July 14, 2023, 06:55:19 PM

Previous topic - Next topic

lucho

#45
Quote from: jj2007 on July 14, 2023, 06:55:19 PMSome of our members are active in 64-bit land, and I have a few questions to them:
- which assembler and/or package are you using?
GNU Assembler (GAS), Clang integrated assembler (GAS-compatible) and UASM.

Vortex

In the 64-bit section :

Poasm and ml64

Biterider

Hi lucho
I use UASM exclusively for development. I occasionally check the code with other assemblers, but not very often.

Biterider

satpro


ognil

Привет Лъчко, :smiley:
I use
Microsoft Visual Studio Community 2022 (64-bit) - Preview
Version 17.14.2 Preview 1.0
with
Microsoft (R) Macro Assembler (x64) Version 14.44.35207.1
Microsoft (R) Incremental Linker Version 14.44.35207.1
"Not keeping emotions under control is another type of mental distortion."

lucho

Quote from: ognil on June 13, 2025, 10:21:36 PMПривет Лъчко, :smiley:
Привет, Оги! :smiley:

By the way, because of its multi-architectural nature, the GNU Assembler is actually not a single assembler:

QuoteGNU as is really a family of assemblers.
Members of this family share a common output format (ELF) and directives. Everything else – even the comment separation character – is architecture-dependent.

Vortex

Event with the Intel syntax support, it's not easy to user the Gas assembler. The macro engine is poor. Gas is rather useful as a backend tool for other programming languages.