Skip to content

Commit

Permalink
tweaked display util
Browse files Browse the repository at this point in the history
  • Loading branch information
schorrm committed Mar 9, 2020
1 parent ab3f3df commit fac11b5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions display_code.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#!/bin/bash
#echo "AArch Input"
#aarch64-linux-gnu-gcc -S -o - $1

#echo ""
#echo "Transpiled"
aarch64-linux-gnu-gcc -march=armv8.3-a -S -o - $1 | python3 arm2riscv.py $2
aarch64-linux-gnu-gcc -march=armv8.3-a -S -o - $1 | python3 arm2riscv.py "${@:2}"

0 comments on commit fac11b5

Please sign in to comment.