Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 281 Bytes

how-to-learn.md

File metadata and controls

9 lines (6 loc) · 281 Bytes

How to learn

Cycle between the following until you are a master:

  1. write assembly
  2. read Intel manual pages
  3. decompile and interpret what compilers compiled: simple examples, Kernel, and hardcore libraries like glibc

Clearly separate OS specifics from hardware specifics.