Re: It works... now what?



smile,

> Anybody wants to have an "Intel syntax" assembler, but it seems nobody
> accepts Intel's definition of an assembler:

I guess that includes you as among other things you have put
qualification on what an assembler is. Its public knowledge that Intel
no longer publish an assembler yet the bulk of its notation in its own
technical data is still in historical Intel notation.

While macro assemblers have been around in the mainframe market for
many years, the architypal MACRO assembler for MS-DOS and later
MIcrosoft OS versions is MASM. TASM had masm mode, various compilers
deliver correct Intel syntax and of late GNU(as) has a clean and
reliable implimentation of Intel syntax with the form ".intel_syntax
noprefix" so its not as if its poorly understood.

The bottom line with assembler notation is if you want it to be
understood by the largest number of people and be anything like
portable across different assemblers for x86, you use the historical
Intel syntax or get used to it being ignored.

Regards,

hutch at movsd dot com

.



Relevant Pages

  • Intel Syntax is bad
    ... > 1) Nobody ever heard of this "Assembler". ... NASM, FASM, and RosAsm are "Intel Syntax" compatible are simply wrong. ... "Intel Syntax" was design back in the late 1970s, ...
    (alt.lang.asm)
  • Re: Why there are so many assemblers.
    ... But *clearly* the discussion of the creation of NASM predated ... >> reasonable facsimile to the Intel assembler. ... that was in mid-1996), MASM was still a commercial product, TASM was a ... I have a problem with Rene Tournois calling it an "Intel Syntax" ...
    (alt.lang.asm)
  • Re: Pick the odd one out.
    ... > the x86 architecture) then you would know, ... Maybe you should read the Intel Assembler syntax manual. ... Then you'd learn all about why Intel Syntax ...
    (alt.lang.asm)
  • Re: Why there are so many assemblers.
    ... "Intel Syntax" assembler that was free, ... I became quite interested in the project because, at the time, MASM ... In 1995-1996 when I got my hands on the first releases of NASM, ...
    (alt.lang.asm)
  • Re: Why there are so many assemblers.
    ... >> Thanks for the confirmation on that, Phil! ... > referenced was written *after* the assembler was functional. ... > The impression I got was that people wanted an "Intel Syntax" assembler ... to find any references presently. ...
    (alt.lang.asm)