The /tests/pc folder is now /tests/pcx86 (to be consistent with the associated emulator)
This commit is contained in:
parent
51b50382fb
commit
663343a1ad
68 changed files with 24 additions and 16 deletions
4
tests/pcx86/trace/makefile
Normal file
4
tests/pcx86/trace/makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
all: trace.com
|
||||
|
||||
trace.com: trace.nasm
|
||||
nasm -f bin trace.nasm -l trace.lst -o trace.com
|
||||
Loading…
Reference in a new issue