Blame | Last modification | View Log | Download
## run sjasmplus with "--outprefix=out_dir/" and moves the outputs back to regular folder# to let the regular script check their contentmkdir -p out_dir/ && \"$EXE" --nologo --msg=none --fullpath --outprefix=out_dir/ "${options[@]}" "$file_asm" && \rm -f *.raw *.tap *.bin *.lbl *.sym *.exp && \mv out_dir/* ./last_result=$?