Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 413 Bytes

introduction.md

File metadata and controls

18 lines (11 loc) · 413 Bytes

Introduction

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.