diff options
author | Oxore <oxore@protonmail.com> | 2023-04-21 18:42:46 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-04-21 18:42:46 +0300 |
commit | 8856f2ee0e19f50c4c4fb3dc7fccc8150a00da81 (patch) | |
tree | 575d6b65bf425a27d487f6987c6331763e388ec8 /test.bash | |
parent | 25762ee11dadb333f5b63c359abb615dc5f16b09 (diff) |
Refactor asm rendering
Diffstat (limited to 'test.bash')
-rw-r--r-- | test.bash | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -34,10 +34,9 @@ run_test_simple() { hexdump -Cv ${file_orig_bin} | head -n1 echo ${file_as_bin} hexdump -Cv ${file_as_bin} | head -n1 - break; else echo "OK" - cat ${file_asm} + #cat ${file_asm} fi } |