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.
Thanks Jeremy. I'll be trying it out this weekend.
Greg
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/