From bac14a58c850e4b3b7fad4e145952c6fd0725015 Mon Sep 17 00:00:00 2001 From: Oxore Date: Sat, 12 Aug 2023 23:50:12 +0300 Subject: Fix (d8,An,Xi) parsing, just a bit --- test.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test.sh') diff --git a/test.sh b/test.sh index acc8151..5fe9d5c 100755 --- a/test.sh +++ b/test.sh @@ -13,4 +13,5 @@ END echo "asm68 -l -Q -o test1.o test1.S" >>"$dosbuild_dir/build.bat" echo "asm68 -l -Q -o test2.o test2.S" >>"$dosbuild_dir/build.bat" echo "asm68 -l -Q -o test3.o test3.S" >>"$dosbuild_dir/build.bat" +echo "asm68 -l -Q -o test4.o test4.S" >>"$dosbuild_dir/build.bat" dosemu -quiet -K "$dosbuild_dir" -E'build.bat' -- cgit v1.2.3