Re: HLA




Annie wrote:

HLA is almost totally proprietary. Its odd-ball con-
structs, weird mnemonics and silly, convoluted external
libraries simply don't exist in the real world.

Unlike, say, all the other assemblers out there that also have their
own oddball syntax.
Only MASM and TASM can lay claim to even being *moderately*
Intel-syntax-compatible
and TASM really blew that with the "Ideal" mode.

Cheers,
Randy Hyde

.



Relevant Pages

  • Re: HLA
    ... libraries simply don't exist in the real world. ... Only MASM and TASM can lay claim to even being *moderately* ... MASM, TASM, and WASM? ...
    (alt.lang.asm)
  • hard-code machine instruction in assembly?
    ... can I hard-code a machine instruction with the rest of my mnemonics? ... ie, is there a mnemonic that can tell an assembler (masm, tasm, any) to ...
    (comp.lang.asm.x86)