From 8417537e503f86a8a659d64418c7b2547d555b51 Mon Sep 17 00:00:00 2001 From: Oxore Date: Wed, 9 Aug 2023 00:41:52 +0300 Subject: Finally fix parsing indirect indexed addr args --- test.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test.sh') diff --git a/test.sh b/test.sh index 41bfa8c..acc8151 100755 --- a/test.sh +++ b/test.sh @@ -12,4 +12,5 @@ set TEMP=c:\\tmp 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" dosemu -quiet -K "$dosbuild_dir" -E'build.bat' -- cgit v1.2.3