build.sh 92 B

1234
  1. #!/bin/sh
  2. yasm -f elf32 -g DWARF2 jumps.asm && objdump -d jumps.o > jumps.txt
  3. rm -f jumps.o