Skip to content

Instantly share code, notes, and snippets.

@hanshasselberg
Created March 10, 2011 12:29
Show Gist options
  • Save hanshasselberg/864025 to your computer and use it in GitHub Desktop.
Save hanshasselberg/864025 to your computer and use it in GitHub Desktop.
echo $1 >> temp.asm && nasm temp.asm -o temp.bin && rm temp.asm
od -N 16 -t x1 temp.bin && rm temp.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment