Login

Subversion Repositories NedoOS

Rev

Rev 539 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

# 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=$?