1
0
Fork 0
mirror of https://git.suyu.dev/suyu/dynarmic.git synced 2025-03-05 21:55:43 +00:00
dynarmic/externals/xbyak/test/6.bat

9 lines
129 B
Batchfile
Raw Normal View History

@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