- Make sure the shell file is executable by running
chmod +x run.sh
- Run the shell file with
./run.sh <filename>
- View disassembled binary
- I've provided 2 example files to test with:
test.asm.machine
andtest2.asm.machine
. - Simply run
./run.sh test.asm.machine