more stripping for nestest so it can be directly compared to the output of the 'nestest' target binary

This commit is contained in:
jborza 2019-05-07 21:45:09 +02:00
parent 3ecf732beb
commit 477ebabeeb
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
grep -o '^.*SP:..' nestest.log > nestest_strip.log
cat nestest.log | sed 's/=.*A:/ A:/' | sed 's/@.*A:/ A:/' | grep -o '^.*SP:..' > nestest_strip2.log