Introduction

September 15, 2015 ยท View on GitHub

Convert all assembly inputs .asm into decompiled hexdump .hd:

sudo apt-get install nasm
make run

Prerequisites: basics of how x86 assembly works, Intel syntax.

More assembly info at: https://github.com/cirosantilli/assembly-cheat

To learn, rotate quickly between:

  • the examples
  • the general instruction organization
  • the Intel manual

until your brain starts to absorb them.