Microsoft Macro Assembler

From EDM2
(Redirected from Macro Assembler 5.1)
Jump to: navigation, search

Microsoft Macro Assembler (MASM)

History

Early versions of MASM were generic 8088, 8087 and 8086 assemblers and could generate code for any system based on these processors not just DOS, later versions also supported 80186, 80286, NEC V20 and so on.

IBM did however market the same product under the name IBM Macro Assembler that only supported the generation of DOS executables.

The macro assembler for 16-bit development of OS/2 and DOS software and drivers, that had support for 32-bit code generation and MS Windows development. MASM version 5.1 was supplied with some versions of the IBM developer toolkit and the Device Driver Source Kit (DDK).

Features

  • CREF - cross-reference utility
  • EXEHDR - Microsoft EXE file header utility
  • EXEMOD
  • EXEPACK - Microsoft EXE file compression utility
  • LIB - library manager
  • LINK - object code linker
  • MAKE - program maintenance utility
  • MAPSYM
  • SYMDEB - interactive symbolic debugger

Releases

The Microsoft MACRO Assembler
  • 1.00 (1981)
  • 1.06 (1982)
  • 1.10 (1982) - support for Intel 8087 opcodes
  • 1.25 (1983) - floating point emulation support
  • 1.27 (1984)
Microsoft MACRO Assembler
  • 3.00 (1984) - support for Intel 80286 protected-mode instruction set
  • 3.01 (1985) - MAPSYM and SYMDEB changes
Microsoft Macro Assembler
  • 4.0 (1986) - support for 286/287 instruction set
  • 5.0 (1987)
  • 5.1 (1988) - was the first version with native OS/2 host support. The IBM ALP has a compatibility mode (M510) for MASM 5.1.
    • 5.1a (1989)
    • 5.1b (1992)
Prerequisites
  • Link386 or compatible linker for generating OS/2 32-bit files
  • 16-bit files can be handled by the supplied linker.

Known issues

As with other Microsoft tools that support both OS/2 and DOS environments you may run into problems if you try to use those tools on Microsoft Windows systems that support the running of OS/2 1.x programs (Windows NT and 2000), as the system tries to run the DOS executable as an OS/2 program and fails. Either make sure that only the DOS executables are installed or if they are already installed or you migrated the install by hand, precede every command with the FORCEDOS command.

License and status

  • Closed source commercial software
  • Author: Microsoft

Articles

Publications

  • Charles Petzold: OS/2 Kernel Programming - Contains an example OS/2 16-bit MASM assembly program. - PC Magazine 1987
  • Ray Duncan: Power Programming with Microsoft Macro Assembler - Microsoft Press 1991, ISBN 1-55615-256-6

Links