From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Randall Hyde" Subject: HLA v1.70 is now available Date: Mon, 13 Sep 2004 18:07:27 -0700 Sender: linux-assembly-owner@vger.kernel.org Message-ID: <006f01c499f7$338f2ed0$6501a8c0@pentiv> References: <20040812184139.15e4c369.jko@bsn1.net> <20040813054252.GA9928@cybertron.cyth.net> <20040813054408.GB9928@cybertron.cyth.net> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-assembly@vger.kernel.org HLA v1.70 is now available on Webster at: http://webster.cs.ucr.edu/AsmTools/HLA/dnld.html This new release is a maintenance release that fixes a few minor bugs in the HLA shell program, in the hlaparse compiler, and in the HLA Standard Library. HLA v1.69 users will definitely want to upgrade as there are some critical changes. 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. >From a features point of view, HLA is one of the most powerful assemblers ever written. It's macro and "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 http://webster.cs.ucr.edu