News:

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

Main Menu

JWasm v2.10

Started by japheth, April 20, 2013, 07:03:45 PM

Previous topic - Next topic

japheth


Hello,

JWasm v2.10 has been released today: http://sourceforge.net/projects/jwasm/?source=directory

This release is dedicated to Margaret Thatcher, who died 12 days ago. I am - and always have been - a big fan of her ( and the Austrian school of economics ).

I'm going to take a break from jwasm development - there are currently no plans for new releases or features.

habran

Thank you very much Andreas, you have indepted us with your excellent tools :eusa_clap:
that's why I can forgive you for being a big fan of Margaret Thatcher (Iron Lady) ;)
No one is perfect :P
Cod-Father

Vortex

Thanks for the new release.

Gunther

Andreas,

thank you for the release. :t

Gunther
You have to know the facts before you can distort them.

Siekmanski

Creative coders use backward thinking techniques as a strategy.

TouEnMasm

Thanks.he is better  than ml.  :t

Fa is a musical note to play with CL

jj2007

My two biggest sources (15 and 19kLines) assemble perfectly with JWasm. I get an Error A2048 with #3, however - and it worked with JWasm of 15 March :(

Will investigate, and find a workaround. In any case, JWasm is a great achievement: 99.9% compatible, free and free from restrictions, and twice as fast as ML.exe...

My sincere compliments to Japheth :t

dedndave

there seems to be a few google hits on "jwasm error A2048", Jochen
maybe they will help

jj2007

No need for Google, Dave ;-)

include \masm32\include\masm32rt.inc

MyStruct STRUCT
  msBytes   db 100, 200
MyStruct   ENDS

.code
ms MyStruct <>
start:
   mov ecx, 1
   movzx eax, ms.msBytes[ecx]
   print str$(eax), 9

   if (type ms.msBytes[ecx]) eq BYTE
      inkey "a byte", 13, 10
   else
      inkey "NOT a byte", 13, 10
   endif
   exit
end start

qWord

great!

(Even if it currently does not support all of MASM's obscure "type-features"  :bgrin:)
MREAL macros - when you need floating point arithmetic while assembling!

jj2007

Quote from: qWord on April 21, 2013, 03:09:34 AM
(Even if it currently does not support all of MASM's obscure "type-features"  :bgrin:)

Psssst! If there a C coders around, they might be offended!

Gunther

Jochen,

Quote from: jj2007 on April 21, 2013, 03:13:00 AM
Psssst! If there a C coders around, they might be offended!

do you really think that here are C coders around?  :lol: It's an assembly language forum, you know.

Gunther
You have to know the facts before you can distort them.

Jibz

Quote from: Gunther on April 21, 2013, 03:45:29 AM
do you really think that here are C coders around?  :lol: It's an assembly language forum, you know.

*shifty eyes*

:biggrin:
"A problem, properly stated, is a problem on it's way to being solved" -Buckminster Fuller
"Multithreading is just one damn thing after, before, or simultaneous with another" -Andrei Alexandrescu

Gunther

Good answer, Jibz.

Gunther
You have to know the facts before you can distort them.

Ficko

Thanks "Japheth", great work. :t

"I'm going to take a break from jwasm development"

Does this mean we do not need to bother you with bugreports anymore will be ignored anyway?