HLA v1.86 is now available
- From: rhyde@xxxxxxxxxx
- Date: 20 Jul 2006 21:20:41 -0700
Hi All,
HLA v1.86 is now available at the HLA download site on Webster:
http://webster.cs.ucr.edu/AsmTools/HLA/dnld.html
HLA v1.86 corrects a couple dozen memory-access related defects
including memory allocation/deallocation problems, dangling pointer
problems, uninitialized pointer problems, and all the other ugly stuff
associated with malloc and free.
----------------------------------------------------
HLA, the High-Level Assembler, is a powerful macro
assembly language development system that runs under
Windows and Linux operating systems. Carefully-written
applications are portable between both operating systems
with nothing more than a recompile of the source file.
powerful assemblers ever written. It's macro andFrom a features point of view, HLA is one of the most
"compile-time language" facilities far exceed those found
in other assemblers.
HLA was specifically designed to make learning and writing
assembly language as easy as possible. HLA is fully supported
by tons of documentation, example code, and other things
that beginning and advanced programmers will find useful.
The 32-bit edition of "The Art of Assembly Language"
(No Starch Press) teaches introductory assembly language
programming using HLA and is one of the most often-cited
textbooks on the subject. You can read "The Art of Assembly"
on-line at http://webster.cs.ucr.edu/AoA/index.html.
The HLA system also includes the HLA Standard Library,
a collection of hundreds of ready to use library routines that
simplify assembly language programming and provide (among
other things) a usable interface to the underlying operating system.
Full source code to the Standard Library is available.
The HLA compiler and standard library are public domain and
can be used anyway you see fit.
Cheers,
Randy Hyde
.
- Follow-Ups:
- Another bad link?
- From: Howard Kaikow
- Re: HLA v1.86 is now available
- From: Howard Kaikow
- Re: HLA v1.86 is now available
- From: Charles A. Crayne
- Another bad link?
- Prev by Date: Re: http://groups.yahoo.com/group/aoaprogramming/
- Next by Date: Re: HLA v1.86 is now available
- Previous by thread: http://groups.yahoo.com/group/aoaprogramming/
- Next by thread: Re: HLA v1.86 is now available
- Index(es):
Relevant Pages
|