About 116,000 results
Open links in new tab
  1. MASM for x64 (ml64.exe) | Microsoft Learn

    May 2, 2025 · To port your x86 code that uses inline assembler to x64 or ARM64, you can convert your code to C++, use compiler intrinsics, or create assembler-language source files.

  2. MASM32 SDK

    The MASM32 SDK version 11 is a working development environment for programmers who are interested in either learning or writing 32 bit Microsoft assembler (MASM).

  3. Microsoft Macro Assembler - Wikipedia

    By Version 4.0, the IBM release was dropped. Up to Version 3.0, MASM was also bundled with a smaller companion assembler, ASM.EXE. This was intended for PCs with only 64k of memory …

  4. Assembly Language for x86 Processors, 8/e

    This edition is in Pearson's innovative eBook 2.0 format, with fully interactive review questions, code animations, and embedded tutorial videos. Thanks to Ken Gregg, James Brink, Gerald …

  5. MASM - OSDev Wiki

    It is currently supplied as both source code and a working binary and it comes close to assembling almost all MASM code including the vast majority of MASM macros.

  6. Tutorials on MASM for x64, with 64-bit Windows API calls

    Tutorials on MASM for x64, with 64-bit Windows API calls - RahmatSaeedi/MASM_Tutorials

  7. x86 Assembly/MASM Syntax - Wikibooks, open books for an …

    Apr 16, 2020 · This page will explain x86 Programming using MASM syntax, and will also discuss how to use the macro capabilities of MASM. Other assemblers, such as NASM and FASM, …

  8. Microsoft Macro Assembler reference | Microsoft Learn

    Oct 15, 2024 · The Microsoft Macro Assembler (MASM) provides several advantages over inline assembly. MASM contains a macro language that has features such as looping, arithmetic, …

  9. Assembly Language for x86 Processors

    Mar 18, 2022 · This won't happen automatically, but you can create a syntax definition file named Usertype.dat that contains MASM keywords. Then when Visual Studio starts, it reads the …

  10. cpp-docs/docs/assembler/masm/masm-for-x64-ml64-exe.md at …

    To port your x86 code that uses inline assembler to x64 or ARM64, you can convert your code to C++, use compiler intrinsics, or create assembler-language source files.