answersLogoWhite

0

The Microsoft Macro Assembler (abbreviated MASM) is an x86 high-level assembler for DOS and Microsoft Windows.

Microsoft Assembeler for MS Dos

M As M

Today, MASM is still the most popular assembler,[1] despite competition from new products such as NASM and Yasm, FASM, and HLA.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is masm?

it means Microsoft Macro Assembler


What are examples of assembler?

There are several examples of assemblers: GAS - the GNU Assembler MASM - Microsoft Macro Assembler NASM - Netwide Assembler The assembler is the program which converts assembly code into machine code - a necessary step to prepare a program for execution.


Where can you get a tasm assembler for Windows XP 32 bit?

its 16 bit it wont work without emulator.i dont recommend it for win xp check MASM its good


What program can translate mnemonic codes used?

Programs that can translate mnemonic codes are typically called assemblers. Assemblers convert assembly language, which uses mnemonic codes for instructions, into machine code that computers can execute. Some popular assemblers include NASM (Netwide Assembler), MASM (Microsoft Macro Assembler), and GAS (GNU Assembler). These tools are essential for low-level programming and system software development.


Where can you download MASM for the 8086?

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


What are the advantages and disadvantages in masm?

MASM (Microsoft Macro Assembler) offers several advantages, including powerful macro capabilities that facilitate code reuse and simplification, as well as robust support for Windows API development. It allows fine-grained control over hardware and system resources, making it suitable for performance-critical applications. However, its disadvantages include a steep learning curve for beginners and potential complexity when managing large codebases. Additionally, being primarily Windows-focused, it may not be ideal for cross-platform development.


Where can you get an assembler?

One well known and good assembler is NASM. (Netwide ASseMbler). This can be found at http://nasm.sf.net


What is the Difference between cross assembler and resident assembler?

An assembler which runs on a computer for which it produces object codes


What is an absolute assembler?

An absolute assembler is a computing term for an assembler which generates code which uses only absolute addresses.


What is a meta assembler?

Meta-assembler is a program that accepts the syntactic and semantic description of an assembly language, and generates an assembler for that language.


What is meta assembler?

Meta-assembler is a program that accepts the syntactic and semantic description of an assembly language, and generates an assembler for that language.


Which program translate assembly language into machine language?

Assembly langue is translated into machine language by an assembler.