Major injector refactoring
This commit is contained in:
@ -8,7 +8,7 @@ asm_gen = generator(
|
||||
nasm,
|
||||
output: '@BASENAME@.bin',
|
||||
arguments: [
|
||||
'-i', '@EXTRA_ARGS@',
|
||||
'@EXTRA_ARGS@',
|
||||
'-f', 'bin',
|
||||
'@INPUT@',
|
||||
'-o', '@OUTPUT@'
|
||||
|
||||
Reference in New Issue
Block a user