Use .nasm to distinguish NASM source from MASM source
This commit is contained in:
parent
5575d6e3fa
commit
af2a2c8ac1
4 changed files with 714 additions and 692 deletions
|
|
@ -12,5 +12,5 @@
|
|||
|
||||
all: trace.com
|
||||
|
||||
trace.com: trace.asm
|
||||
nasm -f bin trace.asm -l trace.lst -o trace.com
|
||||
trace.com: trace.nasm
|
||||
nasm -f bin trace.nasm -l trace.lst -o trace.com
|
||||
|
|
|
|||
Loading…
Reference in a new issue