Difference between revisions of "YASM"

From UFRC
Jump to navigation Jump to search
m (Text replacement - "#uppercase" to "uc")
Line 29: Line 29:
  
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR : installation base directory
+
* HPC_{{uc:{{#var:app}}}}_DIR : installation base directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN : executable program directory
+
* HPC_{{uc:{{#var:app}}}}_BIN : executable program directory
* HPC_{{#uppercase:{{#var:app}}}}_LIB : library directory
+
* HPC_{{uc:{{#var:app}}}}_LIB : library directory
  
 
<!--Configuration-->
 
<!--Configuration-->

Revision as of 21:29, 6 December 2019

Description

YASM website  

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_YASM_DIR : installation base directory
  • HPC_YASM_BIN : executable program directory
  • HPC_YASM_LIB : library directory






Validation

  • Validated 4/5/2018