Please enable JavaScript in your browser!
Inicio
Explorar
Axuda
Iniciar sesión
rain1
/
hex86
Seguir
1
Destacar
1
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Rama:
master
Ramas
Etiquetas
master
hex86
/
x86-encoding
/
build.sh
build.sh
92 B
Permalink
Histórico
Raw
1
2
3
4
#!/bin/sh
yasm -f elf32 -g DWARF2 jumps.asm && objdump -d jumps.o > jumps.txt
rm -f jumps.o