Use nasm compat file to allow custom asm variant

(I dont want to re-implement all those nasm features later)
This commit is contained in:
Nero 2019-10-14 21:04:40 +00:00
parent 66f54f639c
commit 7dec8b6c81
2 changed files with 125 additions and 1 deletions

View file

@ -9,7 +9,7 @@ QEMU = qemu-system-$(QEMU_ARCH)
QEMU_ARGS = $(addprefix --option-rom ,$(ROMS))
NASM = nasm
NASM_ARGS = -s -I lib
NASM_ARGS = -s -Ilib -Plib/nasmcomp.asm -w-macro-params
EMUL = utils/emul