1 2 3 4 5
linker_sc = CWD / "linker.sc" as_obj = asm("test.asm") obj = cc("main.c", extra_args="-T" + str(linker_sc)) aout = ld("a.out", obj, as_obj)