Use .nasm to distinguish NASM source from MASM source

This commit is contained in:
Jeff Parsons 2015-04-03 08:05:58 -07:00 committed by jeffpar
commit af2a2c8ac1
4 changed files with 714 additions and 692 deletions

View file

@ -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