diff options
author | Oxore <oxore@protonmail.com> | 2023-08-12 23:50:12 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-08-12 23:55:42 +0300 |
commit | bac14a58c850e4b3b7fad4e145952c6fd0725015 (patch) | |
tree | 72015d94b5b96d7a390c89ff50a6c61510c78ad2 /test.sh | |
parent | 2c7aba23cbb753860cd3a16e202239061797826e (diff) |
Fix (d8,An,Xi) parsing, just a bit
Diffstat (limited to 'test.sh')
-rwxr-xr-x | test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |