News:

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

Main Menu

masm 10 vs 11

Started by bomz, January 22, 2013, 09:45:06 AM

Previous topic - Next topic

bomz

why 10 know XMMWORD but 11 not? it belong from includes of ml.exe?

qWord

at least ml v. 11.00.40825.2 knows the type XMMWORD  :icon_confused:
MREAL macros - when you need floating point arithmetic while assembling!

bomz

hm. so ml.exe wich I download 1 year ago from microsoft site better than ml.exe contained in masm 11?


8 version in masm10 I download it from microsoft

qWord

MASM32 == SDK by Hutch
MASM (ml.exe) == Microsoft macro assembler

All version of the MASM32 SDK contains ml v6, which does not support SSE.
The XMMWORD type was introduced with ml v8.
MREAL macros - when you need floating point arithmetic while assembling!

hutch--

YES, ML.exe Version 10 or 11 is LATER than ML.EXE version 6.14.

Да, ml.exe версии 10 или 11 позже, чем ml.exe версии 6.14.

bomz

so masm11 only for drivers?
It's ml.exe have no version


hutch--

Shrug, I give up, not even Google translate helps.

Пожав плечами, я сдаюсь, даже Google Translate помогает.

qWord

run -> cmd->cd C:\masm32\bin -> ml.exe [enter] ;)
MREAL macros - when you need floating point arithmetic while assembling!

bomz

http://www.masm32.com/masmdl.htm
need masm10

google translate

not even Google translate helps
даже Google Translate помогает means google traslate HELPS (not not helps - word order different in russian and english)

bomz

give me please the better version of ml.exe for NOTsdk masm


masm11 also need this ml.exe?
http://www.microsoft.com/en-us/download/details.aspx?id=12654

jj2007

Hi bomz,
Give JWasm a chance - it's a perfect clone of ML.xxx, and up-to-date.

bomz

google translate confused me
masm32 v10 and masm32 v11 need this ml.exe http://www.microsoft.com/en-us/download/details.aspx?id=12654

bomz

Quote from: jj2007 on January 22, 2013, 10:34:42 AM
Hi bomz,
Give JWasm a chance - it's a perfect clone of ML.xxx, and up-to-date.
JWASM.EXE and ML.EXE the same one?


it's work
QuoteECHO OFF
COLOR 9F
CLS
cd /d %~dp1
C:\masm32\bin\JWASM.exe /c /coff "%~1"
C:\masm32\bin\link.exe /subsystem:windows "%~n1.obj"
del "%~n1.obj"
pause

JWASM don't know ELSEIF  :redface:

bomz

I download en_visual_studio_professional_2012_x86_dvd_920779
in packages\professionalcore find ml64.exe 11.0.50727.1. There is ml.exe x86?

frktons

Quote from: bomz on January 22, 2013, 11:28:22 AM
I download en_visual_studio_professional_2012_x86_dvd_920779
in packages\professionalcore find ml64.exe 11.0.50727.1. There is ml.exe x86?

yes, it is in your computer. search for it.
There are only two days a year when you can't do anything: one is called yesterday, the other is called tomorrow, so today is the right day to love, believe, do and, above all, live.

Dalai Lama