## run sjasmplus with "--outprefix=out_dir/" and moves the outputs back to regular folder
# to let the regular script check their content
mkdir -p out\ dir/ && \
"$EXE" --nologo --msg=war --fullpath --outprefix=out\ dir/ "${options[@]}" "$file_asm" && \
rm -f *.raw *.tap *.bin *.lbl *.sym *.exp && \
mv out\ dir/* ./
last_result=$?
