HSAIL(1) | User Commands | HSAIL(1) |
HSAIL - HSAILasm
HSAILAsm [-assemble|-disassemble|-decode|-version|-help] [options] [input file]
HSAIL Assembler and Disassembler.
-assemble - Assemble a .hsail file (default)
-disassemble - Disassemble an .brig file
-version - Display version information
-decode - Decode contents of .brig file in YAML format
-help - Display this help
-bif32 - Use BIF in ELF32 container format
-bif64 - Use BIF in ELF64 container format
-brig - Use BRIG format
-enable-comments - Enable Comments in BRIG
-g - Enable debug info generation for assemble
-include-source - Include HSAIL text in debug information
-o <filename> - Set output filename (if not specified, input file name with appropriate extension is used)
-odebug <filename> - Set debug information dump filename and enable dump
-floatraw - Set float disassembly mode to 0[DFH]rawbits
-floatc99 - Set float disassembly mode to +-0xX.XXXp+-DD C99 format
-floatdec - Set float disassembly mode to decimal form
March 2017 | HSAIL Assembler and Disassembler. |