Move common assembly into a separate file

This commit is contained in:
mkrsym1
2023-06-25 02:19:24 +03:00
parent 22a7fb2a60
commit 55fd21feef
6 changed files with 78 additions and 124 deletions

View File

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