Rev 539 | Blame | Compare with Previous | Last modification | View Log | Download
# run sjasmplus in --msg=all mode to display INCBIN diagnostic output# but deal with dynamic "work time" values to allow for DIFF of "exp" listing files$MEMCHECK "$EXE" --nologo --msg=all "${options[@]}" "$file_asm" 2>&1 |\sed -e 's/work\ time:.*seconds/<some work time>/' > "${dst_base}.exp"last_result=$?