aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2017-08-22 08:18:30 +0900
committerMITSUNARI Shigeo <[email protected]>2017-08-22 08:18:30 +0900
commitcd74ab4494178bdc3e7b1720500ac8a2b6c96969 (patch)
treeb51de3e68bb2617898c315b23f9d4ea319109f7b
parentd512551e914737300ba35f3c049d1b40effbe76d (diff)
downloadxbyak-cd74ab4494178bdc3e7b1720500ac8a2b6c96969.tar.gz
xbyak-cd74ab4494178bdc3e7b1720500ac8a2b6c96969.zip
remove bat file
-rw-r--r--test/6.bat8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/6.bat b/test/6.bat
deleted file mode 100644
index 6fc7e97..0000000
--- a/test/6.bat
+++ /dev/null
@@ -1,8 +0,0 @@
-@echo off
-rm a.lst b.lst
-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