News:

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

Main Menu

Jwasm 13 debugging source mode in 64 bits

Started by TouEnMasm, August 15, 2015, 08:26:09 PM

Previous topic - Next topic

habran

I think we should actually create 3 kind of HJWasm:
1) HJWasm32.exe              ;for 32 bit computers
2) HJWasmx86.exe            ;for 64 bit computers
3) HJWasmx64                  ;for 64 bit computers
Cod-Father

nidud

#16
deleted

habran

Hi nidud,
I know that you had to tweak HJWasm source to be able to build it with VC v6.0
Can you please upload that project to your The Doszip Commander page so that I can download that project.
I would like to keep it separated from x64 project on Terraspae and when I make change to HJWasm I would be able to do the same to that project as well. It will be there available to you so that you can build binaries for 32 bit folks.
I think that Johnsa will be glad to include you as well on Terraspae as a developer of HJWasm 
Cod-Father

nidud

#18
deleted

habran

That is good :t
So you will need to build for 32 bit computers because I don't have that VC v6.0
We will include your binaries to Terraspace if you agree with it.
I will see if I can find a better solution for :
      if ((opnd->type != 0x7b)&&(opnd->type != NULL)){ //this is temporary fix for VGATHER instructions in DEBUG mode

Cod-Father

habran

nidud, what about the version I posted, did you try it?
Cod-Father

HSE

Yes, 32 bit machine. No evident problem (except no messages).

I post my modified compilation for ObjAsm32 in http://masm32.com/board/index.php?topic=5244.msg57297#msg57297
Equations in Assembly: SmplMath

habran

Thanks HSE  :t
I will see if I can fix that
Cod-Father

nidud

#23
deleted

habran

I don't have VC 6.0
I have installed WATCOM on my machine, I will try to build with it.
For now here is one build with speed option build with C:B:
Cod-Father

habran

OK, line : if ((opnd->type != 0x7b)&&(opnd->type != NULL)){ //this is temporary fix for VGATHER instructions in DEBUG mode
can be replaced wit
  if ( opnd->type != NULL ){

and it works fine :biggrin:
Cod-Father

nidud

#26
deleted

nidud

#27
deleted

nidud

#28
deleted

habran

OK, thanks nidud, it will be fixed in next release :t
and thanks for the batch for Open Watcom, I will try to build it now.
Cod-Father