Re: HLA
- From: "randyhyde@xxxxxxxxxxxxx" <randyhyde@xxxxxxxxxxxxx>
- Date: 29 Jun 2006 13:12:03 -0700
brennan.vincent@xxxxxxxxx wrote:
Hi all,
I was wondering if anybody had some input on Randall Hyde's High Level
Assembly language. I want to learn assembly language, and although
there are assurances in his book that it's not simply a high-level
language with an assembly veneer, I'd like second opinions.
Well, to date no one has written a single 32-bit Windows or Linux
assembly language program with any other assembler than cannot be
directly translated into HLA. HLA has a superset of features found in
most of the x86 assemblers out there, so it is certainly the case that
you can do anything (and learn anything) with HLA that you can with any
other assemblers. The argument against HLA seems to center around all
the extra stuff appearing in HLA (most of which, BTW, appears in MASM
and TASM, as well). But if you're not interested in that extra stuff,
there's a simply policy you can follow -- don't use it.
Is HLA a good tool for learning assembly language?
Thousands and thousands of people have thought so. Most of the people
arguing against HLA are those who've already learned assembly language
with a different assembler and have strong opinions that people should
learn assembly language programming the same way they have. Whether
their point of view is valid or not, it's clearly prejudiced and should
be taken with a grain of salt.
Cheers,
Randy Hyde
.
- References:
- HLA
- From: brennan . vincent
- HLA
- Prev by Date: Re: HLA v1.82 is now available
- Next by Date: Re: HLA v1.84 is now available
- Previous by thread: Re: HLA
- Next by thread: Re: HLA
- Index(es):
Relevant Pages
|