Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
rain1
/
hex86
Watch
1
Star
1
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
hex86
/
x86-encoding
/
build.sh
build.sh
92 B
Permalink
History
Raw
1
2
3
4
#!/bin/sh
yasm -f elf32 -g DWARF2 jumps.asm && objdump -d jumps.o > jumps.txt
rm -f jumps.o