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:
parent
66f54f639c
commit
7dec8b6c81
2 changed files with 125 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue