From 99ad07999636b76985218e02e5a52140050cbbde Mon Sep 17 00:00:00 2001 From: 0xAX <0xAX@users.noreply.github.com> Date: Sun, 1 May 2016 21:23:48 +0600 Subject: [PATCH] Update README.md --- Theory/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Theory/README.md b/Theory/README.md index 7374a88..46c22e9 100644 --- a/Theory/README.md +++ b/Theory/README.md @@ -4,3 +4,4 @@ This chapter describes various theoretical concepts and concepts which are not d * [Paging](http://0xax.gitbooks.io/linux-insides/content/Theory/Paging.html) * [Elf64 format](http://0xax.gitbooks.io/linux-insides/content/Theory/ELF.html) +* [Inline assembly](http://0xax.gitbooks.io/linux-insides/content/Theory/asm.html)