Package wafadmin :: Package Tools :: Module nasm
[hide private]
[frames] | no frames]

Module nasm

source code

Nasm processing

Functions [hide private]
 
apply_nasm_vars(self) source code
 
nasm_file(self, node) source code
 
detect(conf) source code
Variables [hide private]
  nasm_str = '${NASM} ${NASM_FLAGS} ${NASM_INCLUDES} ${SRC} -o $...
  EXT_NASM = ['.s', '.S', '.asm', '.ASM', '.spp', '.SPP']
Function Details [hide private]

apply_nasm_vars(self)

source code 
Decorators:
  • @taskgen
  • @before('apply_link')

nasm_file(self, node)

source code 
Decorators:
  • @extension(EXT_NASM)

Variables Details [hide private]

nasm_str

Value:
'${NASM} ${NASM_FLAGS} ${NASM_INCLUDES} ${SRC} -o ${TGT}'