Major injector refactoring

This commit is contained in:
mkrsym1
2023-06-25 12:32:19 +03:00
parent 55fd21feef
commit a0e79dcea0
11 changed files with 60 additions and 55 deletions

View File

@ -8,7 +8,7 @@ asm_gen = generator(
nasm,
output: '@BASENAME@.bin',
arguments: [
'-i', '@EXTRA_ARGS@',
'@EXTRA_ARGS@',
'-f', 'bin',
'@INPUT@',
'-o', '@OUTPUT@'