News:

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

Pre-publication GoAsm 0.55

Started by jorgon, December 29, 2005, 08:02:21 PM

Previous topic - Next topic

jorgon

To all GoAsm users.

There is a new GoAsm ready to be published!
This is based on the beta versions which have been coming out recently so it supports 64-bit assembly, as well as correcting a few bugs, hopefully which no one has noticed.
The main changes for 32-bit assembly are that SIZEOF a local data label is now supported (I have no idea why this was previously omitted), and now also you can declare nested structures and unions inside another structure or union (they don't have to be declared earlier).  This is what happens in some of the structures in the Windows header files, so its right that GoAsm should support it.
Thanks, the handful of you who are trying 64-bit assembly, for the bug reports on the recent beta versions.  It is performing well for me in my conversion of GoBug to 64-bits.  This is a fairly large gui prog, so any problems should appear, although nothing has come up for a while.

Author of the "Go" tools (GoAsm, GoLink, GoRC, GoBug)

bushpilot

Thanks Jeremy.  I'll be trying it out this weekend.

Greg

wjr

Thanks for the in-depth :bg support for nested structures and unions.

I have updated thINC to also handle this nesting, along with many other fixes and improvements at http://www.magma.ca/~wjr/