MASM64 first step - نسخة قابلة للطباعة +- الفريق العربي للهندسة العكسية (https://www.at4re.net/f) +-- قسم : منتديات البرمجة - Programming Forums (https://www.at4re.net/f/forum-5.html) +--- قسم : البرمجة بالأسمبلي - Assembly Section (https://www.at4re.net/f/forum-16.html) +--- الموضوع : MASM64 first step (/thread-2527.html) |
MASM64 first step - icrypto - 03-02-2021 ! Hi
.It really useful to try to immigrate from 32bit assembly coding to 64bit coding, cause of multi-platforms support :To achieve this task, you need to download MASM64 package from http://www.masm32.com/download/install64.zip And copy the following needed files from Visual Studio ********************************************** Files that must be obtained from Microsoft and .copied into the following directories .Usually this is from a Visual Studio download ********************************************** --------------- bin64 directory --------------- cvtres.exe dumpbin.exe editbin.exe lib.exe link.exe link.exe.config ml64.exe msobj140.dll mspdb140.dll mspdbcmf.exe mspdbcore.dll mspdbsrv.exe mspdbst.dll mspft140.dll msvcdis140.dll msvcp140.dll ----------- In dir 1033 ----------- bscmakeui.dll clui.dll cvtresui.dll linkui.dll LocalESPCui.dll mspdbcmfui.dll mspft140ui.dll pgort140ui.dll pgoui.dll :Now try to build this sample
|