News:

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

HLA v2.2 is now available

Started by Randall Hyde, September 19, 2009, 07:15:01 PM

Previous topic - Next topic

Randall Hyde

Hi All,
HLA v2.2 is now available on webster.
You can grab a copy from the HLA download page:
http://homepage.mac.com/randyhyde/webster.cs.ucr.edu/HighLevelAsm/dnld.html

HLA v2.2 is a maintenance release fixing dozens of defects in the compiler, the HLA back engine, and the HLA front-end.
Updates include the following:

* Lots of code generation defects have been corrected.
* Better command-line parameter handling
* Converted to 32-bit code under 64-bit operating systems (e.g., Snow Leopard)
* Improved code generation for certain parameters in HLL-like procedure calls.
* Fixed some issues with the new style procedure declarations
* Cleaned up some issue with extra semicolons in the code


Cheers,
Randy Hyde

brethren

#1
Currently i'm on linux and i think its great that i can create object files for different os's. The only problem i have is being able to link the object file into its final executable as ld only supports ELF ands i need a linker on linux that will link a COFF obj and create a win32 PE (forĀ  testingĀ  it under WINE)

BTW i'm looking forward to the new book (got my order in already) :)


Solved:~)