nasm

Nasm tool (asm processing)

waflib.Tools.nasm.feature(*k)

Decorator that registers a task generator method that will be executed when the object attribute feature contains the corresponding key(s):

from waflib.TaskGen import feature
@feature('myfeature')
def myfunction(self):
        print('that is my feature!')
def build(bld):
        bld(features='myfeature')
Parameters

k (list of string) – feature names

waflib.Tools.nasm.apply_nasm_vars(self)[source]

Task generator method

provided for compatibility
feature

asm

waflib.Tools.nasm.configure(conf)[source]

Detect nasm/yasm and set the variable AS

Features defined in this module: