Re: Oh No! What is the definition of an assembler, revisited.



randyhyde@xxxxxxxxxxxxx écrivait news:1113966763.149541.218300
@l41g2000cwc.googlegroups.com:

> Repeat it as often as you like. It is not the standard definition
> people accept today. Rene has his own particular definition, too

No. The only one who feels in need of a custom
Definition of what an Assembler is... is YOU,
in order to sell an HLL Pre-Parser, under the
Name of HLA, on young heads.

The other ones do not need to re-define anything.
We all know what an Assembler is:

- - - - - - - - - - - - - - - - - - - - - - - - - -

* An "Assembler" is a Programming Tool that
translates the Processor Instructions Mnemonics
into Binary Code, on the base of a one to one
correpondance.

* A "Symbolic Assembler" is an "Assembler"
translating Labels Symbolics, for Data and Code,
into Addresses and displacements

* A "Macro Assembler" is a "Symbolic Assembler"
with Macros and Equates substitutions features.

* An "Assembly Compiler" is a "Macro Assembler"
that includes internal hidden Macros.

- - - - - - - - - - - - - - - - - - - - - - - - - -

These are the various layers of possible Assemblers
Deefintions. These have always been the definitions,
and these will always remain the definition.

There is not one single word to add to this, and
your swindling will never change a thing to this.


Betov.

< http://rosasm.org/ >





.



Relevant Pages

  • Re: Code generation from the Gospel according to f0dder
    ... The final contest is binary code, ... C++ as properly written and commented assembler code? ... Sooner or later it will dawn on you that the strength of a C compiler ...
    (alt.lang.asm)
  • Re: HLA v1.93 is now available
    ... to spit out the binary code; the very reason that _all_, ... complexity shit starts to kick in. ... able to do write an Assembler in a breath, ... I hold my breath. ...
    (alt.lang.asm)
  • Re: What is an Assembler
    ... > immediate format which is then assembled into binary code. ... GCC and other older compilers do this - modern compilers either ... Generating assembly code and spawning an assembler is pretty slow, ...
    (alt.lang.asm)
  • Re: Delphi based Assembler?
    ... By 'an assembler' I assume you mean code that transforms text containing ... instruction mnemonics with arguments into binary code? ...
    (borland.public.delphi.language.basm)