Rev 539 | Blame | Compare with Previous | Last modification | View Log | Download
# assemble STDIN and asm file together. The variant of setup with .MSGLST is REQUIREDif [[ -z "${MSG_LIST_FILE}" ]]; thenlast_result=1else$MEMCHECK "$EXE" -Wno-behost --nologo --msg=lstlab --fullpath "$file_asm" - "$file_asm" < "$file_asm" 2> "${dst_base}.lst"last_result=$?fi