Rev 126 | Blame | Compare with Previous | Last modification | View Log | Download
# Collect BIN file from STDOUT output. The variant of setup with .MSGLST is REQUIREDif [[ -z "${MSG_LIST_FILE}" ]]; thenlast_result=1else$MEMCHECK "$EXE" --nologo --msg=lstlab --fullpath "${options[@]}" "$file_asm" 1> "${dst_base}.raw" 2> "${dst_base}.lst"last_result=$?fi