Assembler compiler.
This program is installable using the rpm package manager. See below for the install string. Required prerequisites are automatically processed by the package manager and, if needed, downloaded and installed.
yum install nasm
yum install nasm-debuginfo
yum install nasm-rdoff
yum install nasm-doc
Program is distributed as ZIP package: download to temporary directory and unpack to destination folder. See below for download link(s).
Following ones are the download links for manual installation:
| Netwide Assembler (NASM) v. 3.01 (16/11/2025, KO Myung-Hun) | Readme/What's new |
v3.01:
* Added `obj2' output format for OS/2
- Default attributes for a segment are ALIGN=16 and USE32.
- Add a segment to FLAT group implicitly if 32-bit segment.
- Recognize Unix sections .text, .rodata, .data and .bss as TEXT32,
CONST32, DATA32 and BSS32 respectively for compatibility with other
Unix platforms.
- Set default classes implicitly for known segments such as TEXT32,
CONST32, DATA32, BSS32 and so on.
* Changed `GROUP' directive to be cumulative
* Improved misc. |
www.hobbesarchive.com/Hobbes/pub/os2/dev/proglang/asm/nasm-3.01.zip |
||
| Netwide Assembler (NASM) v. 2.16.01 (28/12/2022, Paul Smedley (Smedles)) | ||
www.hobbesarchive.com/Hobbes/pub/os2/dev/proglang/asm/NASM_2-16-01.zip |
local copy
|
|
| Netwide Assembler (NASM) v. 2.11.06 (28/1/2015, Dave Yeo) | Readme/What's new |
The revision history has moved to the file doc/changes.src, and
is now included in the documentation as Appendix C. |
www.hobbesarchive.com/Hobbes/pub/os2/dev/proglang/asm/NASM_2-11-06.zip |

This work is licensed under a Creative Commons Attribution 4.0 International License.
Add new comment