Difference between revisions of "YASM"
Jump to navigation
Jump to search
Line 66: | Line 66: | ||
<!--Turn the Table of Contents and Edit paragraph links ON/OFF--> | <!--Turn the Table of Contents and Edit paragraph links ON/OFF--> | ||
__NOTOC____NOEDITSECTION__ | __NOTOC____NOEDITSECTION__ | ||
+ | =Validation= | ||
+ | * Validated 4/5/2018 |
Revision as of 20:32, 5 April 2018
Description
Yasm is a BSD-licensed assembler that is designed from the ground up to allow for multiple assembler syntaxes to be supported (e.g. NASM, GNU AS, etc.) in addition to multiple output object formats and multiple instruction sets. Its modular architecture allows additional object formats, debug formats, and syntaxes to be added relatively easily.
Required Modules
Serial
- gcc/4.7.2
- yasm
System Variables
- HPC_{{#uppercase:YASM}}_DIR : installation base directory
- HPC_{{#uppercase:YASM}}_BIN : executable program directory
- HPC_{{#uppercase:YASM}}_LIB : library directory
Validation
- Validated 4/5/2018