xbyak/test/6.bat
MITSUNARI Shigeo cbb4ca2178 first commit
2010-04-16 10:33:04 +09:00

8 lines
114 B
Batchfile

@echo off
echo nasm
nasm -l a.lst -f win64 test.asm
cat a.lst
echo yasm
yasm -l b.lst -f win64 test.asm
cat b.lst