News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

HLA v2.9 is now available on Webster

Started by Randall Hyde, April 29, 2010, 12:22:48 AM

Previous topic - Next topic

Randall Hyde

Hi All,
HLA v2.9 is now available on Webster at the usual download address:
http://homepage.mac.com/randyhyde/webster.cs.ucr.edu/HighLevelAsm/dnld.html

I've fixed several issues related to VMTs and classes.
I've added three new compile-time functions: @filenamestk, @linenumberstk, and @errorprefix.

This release includes HOWL v1.1; an almost complete refactoring of the code (plus new features).
The HLA examples download contains rewritten HOWL examples. The old examples may break with HOWL v1.1, so download the new examples if you're playing around with HOWL (the HLA Object Windows Library).

Cheers,
Randy Hyde

frktons

Quote from: Randall Hyde on April 29, 2010, 12:22:48 AM
Hi All,
HLA v2.9 is now available on Webster at the usual download address:
http://homepage.mac.com/randyhyde/webster.cs.ucr.edu/HighLevelAsm/dnld.html

I've fixed several issues related to VMTs and classes.
I've added three new compile-time functions: @filenamestk, @linenumberstk, and @errorprefix.

This release includes HOWL v1.1; an almost complete refactoring of the code (plus new features).
The HLA examples download contains rewritten HOWL examples. The old examples may break with HOWL v1.1, so download the new examples if you're playing around with HOWL (the HLA Object Windows Library).

Cheers,
Randy Hyde

I remember some years ago I read on your website that the HLA
was a kind of "preprocessor" that needed MASM to assemble the output code.

Is this still the HLA main task or it has became a complete assembler by itself?

Thanks

Mind is like a parachute. You know what to do in order to use it :-)

Sevag.K

hla can generate object code directly or assembly source output for masm and several other assemblers.

frktons

Quote from: Sevag.K on May 02, 2010, 07:52:11 PM
hla can generate object code directly or assembly source output for masm and several other assemblers.


Thanks, good to know  :wink
Mind is like a parachute. You know what to do in order to use it :-)