News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

JWASM is updated.

Started by Ficy, June 25, 2012, 02:14:38 AM

Previous topic - Next topic

Ficy


jj2007

Champagne :eusa_dance:

My fattest source (RichMasm) assembles fine, in 1000 ms against 1660 for ML6.15
MasmBasic shows little problems:
  pMRB equ <[4+edi.MESSAGE_RESOURCE_BLOCK]>
  mov edx, pMRB.LowId --->Error A2271: structure field expected
Besides, it still expands macros inside quoted text...

But otherwise, this is good news for the assembly community :biggrin:

Vortex

Hi Ficy,

Thanks for the good news :t

Greenhorn

Yep, this are very good news.  :eusa_dance:
Kole Feut un Nordenwind gift en krusen Büdel un en lütten Pint.

KeepingRealBusy

But still no source for this release.

Dave.

anta40

Wait untill it reaches the stable version, then the source code will be released.
AFAIK that's the way Japheth does it.

KeepingRealBusy

Hurray! He just touched my problem (from last Dec), will be fixed in version 7! He's back!

Dave.

johnsa

This is fantastic news!

I really hope we can get the CV8 debug info in and the changes Habran worked on. (This would certainly take the pressure of my own development, although I wouldn't stop just because jwasm is complete for my needs).

Greenhorn

Quote from: johnsa on June 27, 2012, 10:17:17 PM
I really hope we can get the CV8 debug info in and the changes Habran worked on.

The wrong offset calculation of LOCALs is fixed, but if you mean the mean the manipulation of RSP before/after every INVOKE I'm not sure.
There seems to be a Bug Tracker on this issue, but Japheth stated in the comment that he don't understand what is meant.
So, the author of this Tracker should get more specific about it ...

BTW, JWasm 2.07rc2 is out ...  :t
Kole Feut un Nordenwind gift en krusen Büdel un en lütten Pint.

jcfuller

Quote from: Greenhorn on July 03, 2012, 04:12:35 AM
BTW, JWasm 2.07rc2 is out ...  :t

Looks to be 2.07rc3.

James

Greenhorn

Quote from: jcfuller on July 03, 2012, 05:43:07 AM
Looks to be 2.07rc3.

Ooops, my fault. Yes, of course I meant the rc3...  :redface:
Kole Feut un Nordenwind gift en krusen Büdel un en lütten Pint.

johnsa

I'm referring to the RSP modification before/after every invoke as well as actual CodeView V8 format symbolic debug info in the OBJ file so you can actually debug a project :)
I spoke to Japheth and he says it might be a feature for 2.08 .. I can't stress how important it is.. I really wish it would just get done already.

anta40

the final release of 2.7 is now available  ;)

Greenhorn

japheth compiled a x64 binary of JWasm, but he states that it is slower than the x86 binary...

http://sourceforge.net/projects/jwasm/forums/forum/927109/topic/5409021
Kole Feut un Nordenwind gift en krusen Büdel un en lütten Pint.

Ficko

There is a preliminary "208bw" to be tested at http://www.japheth.de/Download/JWasm/

Quote
   Bugfixes:
   -  forward references of structures in an expression may have failed
      (see regression test assume7.aso).
   -  if C-style expressions in runtime conditional directives were too
      complicated, the generated code may have caused 'symbol not defined'
      errors.