Jump to content

IBM PC Macro Assembler: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "'''IBM Macro Assembler''' was IBM's offering for the IBM PC. In comparsion to Microsoft MASM it also includes a preprocessor called SALUT (Structured Assembly Language UTiliti..."
 
Ak120 (talk | contribs)
mNo edit summary
Line 13: Line 13:
==Publications==
==Publications==
* Lafore: ''Assembly Language Primer for the IBM PC'', ISBN 0-452-25711-5
* Lafore: ''Assembly Language Primer for the IBM PC'', ISBN 0-452-25711-5
* PC Magazine 1984-10-29 p.132 [https://books.google.de/books?id=jBnPebByBGkC&lpg=PA134&dq=IBM%20Macro%20Assembler&hl=de&pg=PA132#v=onepage&q&f=true Assembly] by Charles Petzold
* PC Magazine 1984-10-29 p.132 [http://books.google.com/books?id=jBnPebByBGkC&pg=PA132 Assembly] by Charles Petzold


==Links==
==Links==
* [http://bytepointer.com/masm/index.htm Microsoft Macro Assembler (MASM) Unofficial Changelist]
* [http://bytepointer.com/masm/index.htm Microsoft Macro Assembler (MASM) Unofficial Changelist]


[[Category:Tools]] [[Category:DOS Tools]] [[Category:Assembly]]
[[Category:DOS Assembler]][[Category:IBM Products]]

Revision as of 19:54, 11 August 2017

IBM Macro Assembler was IBM's offering for the IBM PC. In comparsion to Microsoft MASM it also includes a preprocessor called SALUT (Structured Assembly Language UTilities) and was shipped with different documentation.

Version

  • 1982: IBM Macro Assembler Version 1.00
  • 1984: IBM Macro Assembler Version 2.00 - added support for 80286 and 8087/80287

IBM Macro Assembler/2 which also supports OS/2 was introduced in 1987.

Author

Publications

  • Lafore: Assembly Language Primer for the IBM PC, ISBN 0-452-25711-5
  • PC Magazine 1984-10-29 p.132 Assembly by Charles Petzold

Links