diff options
author | Oxore <oxore@protonmail.com> | 2023-08-09 00:41:52 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-08-09 00:41:52 +0300 |
commit | 8417537e503f86a8a659d64418c7b2547d555b51 (patch) | |
tree | 3af81a0b11073f620062ad9d8ecdbe392e4dd400 /test.sh | |
parent | 5c5c60a18b41d2f5a077d5fa8fa8b266db537578 (diff) |
Finally fix parsing indirect indexed addr args
Diffstat (limited to 'test.sh')
-rwxr-xr-x | test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |