1
0
Fork 0
mirror of https://github.com/pineappleEA/pineapple-src synced 2024-09-22 19:21:37 +02:00
pineapple-src/externals/xbyak/test/a.bat
2020-12-28 15:15:37 +00:00

9 lines
160 B
Batchfile
Executable file

@echo off
echo 32bit
rm -rf a.lst b.lst
echo nasm
nasm -l a.lst -f win32 -DWIN32 test.asm
cat a.lst
echo yasm
yasm -l b.lst -f win32 -DWIN32 test.asm
cat b.lst