Skip to content

Instantly share code, notes, and snippets.

@retpolanne
Created August 5, 2018 15:46
Show Gist options
  • Save retpolanne/ab881e388ab438c190a1b5fd2287030c to your computer and use it in GitHub Desktop.
Save retpolanne/ab881e388ab438c190a1b5fd2287030c to your computer and use it in GitHub Desktop.
#!/bin/bash
as --32 $1.s -o $1.o
ld -m elf_i386 $1.o -o $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment