Информация об изменениях

Сообщение Как скачать и установить последний MASM SDK ? от 15.06.2024 3:57

Изменено 15.06.2024 4:01 Эйнсток Файр

Как скачать и установить MASM 11 ?
Откуда качать? Что для этого нужно (VPN, гражданство США, номер американского телефона, что-то такое?)?

Будет ли MASM 11 работать под Wine?

Какая версия MASM SDK вообще последняя?

https://en.wikipedia.org/wiki/Microsoft_Macro_Assembler

After 25 June 2015, there are at least three different MASMs with the version number 14.00.23026. In Microsoft Visual Studio 2015 Enterprise Edition, there is one "amd64_x86" ml and two ml64s, "x86_amd64" and "amd64". They run on different platforms targeting different platforms:

amd64_x86: generates 64-bit code, runs in a Windows 32-bit environment
x86_amd64: generates 32-bit code, runs in a Windows 64-bit environment
amd64: generates 64-bit code, runs in a Windows 64-bit environment

Я так понимаю, что мне нужна третья.
Как скачать и установить MASM 11 ?
Откуда качать? Что для этого нужно (VPN, гражданство США, номер американского телефона, что-то такое?)?

Будет ли MASM 11 работать под Wine?

Какая версия MASM SDK вообще последняя?

https://en.wikipedia.org/wiki/Microsoft_Macro_Assembler

After 25 June 2015, there are at least three different MASMs with the version number 14.00.23026. In Microsoft Visual Studio 2015 Enterprise Edition, there is one "amd64_x86" ml and two ml64s, "x86_amd64" and "amd64". They run on different platforms targeting different platforms:

amd64_x86: generates 64-bit code, runs in a Windows 32-bit environment
x86_amd64: generates 32-bit code, runs in a Windows 64-bit environment
amd64: generates 64-bit code, runs in a Windows 64-bit environment

Я так понимаю, что мне нужна третья.

«Support for 64-bit processors was not added until the release of Visual Studio 2005, with MASM 8.0»