IBM Assembly Language Processor: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Description == | == Description == | ||
MASM 5.1 | A macro assembler from [[IBM]] that was partially MASM 5.1 compatible and indeed intended to replace the [[Microsoft Assembler]] product. | ||
==Version== | ==Version== | ||
* '''Latest Version:''' | * '''Latest Version:''' | ||
====Prerequisites==== | |||
* [[Link386]] or compatible linker. | |||
== Links == | == Links == | ||
* | * The Hobbes [http://hobbes.nmsu.edu/h-browse.php?dir=/pub/os2/dev/asm DEV/ASM directory] contains most of the ALP tools and patches. | ||
== License == | ==License== | ||
* Closed source software - Available as a free download from IBM. | |||
* Came packaged with other IBM Compiler products. | |||
* The IBM Device Driver Development Kit [DDK] contained ALP (Was available to Passport Advantage subscribers). | |||
==Author== | ==Author== | ||
Line 22: | Line 23: | ||
* | * | ||
[[Category:Tools]] | [[Category:Tools]][[Category:Assembly]] |
Revision as of 15:23, 25 April 2015
Description
A macro assembler from IBM that was partially MASM 5.1 compatible and indeed intended to replace the Microsoft Assembler product.
Version
- Latest Version:
Prerequisites
- Link386 or compatible linker.
Links
- The Hobbes DEV/ASM directory contains most of the ALP tools and patches.
License
- Closed source software - Available as a free download from IBM.
- Came packaged with other IBM Compiler products.
- The IBM Device Driver Development Kit [DDK] contained ALP (Was available to Passport Advantage subscribers).
Author
IBM