summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-08-09 00:41:52 +0300
committerOxore <oxore@protonmail.com>2023-08-09 00:41:52 +0300
commit8417537e503f86a8a659d64418c7b2547d555b51 (patch)
tree3af81a0b11073f620062ad9d8ecdbe392e4dd400 /test.sh
parent5c5c60a18b41d2f5a077d5fa8fa8b266db537578 (diff)
Finally fix parsing indirect indexed addr args
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh1
1 files changed, 1 insertions, 0 deletions
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'