From 9d965de18e46af2ed6dd0f7fe78e0291175c4454 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Fri, 15 Sep 2023 11:59:25 +0000 Subject: [PATCH] A list of (all? most?) x86 instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2190307..046f6e8 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,7 @@ rbp 0x1 0x1 | run | r | Run the program until a breakpoint or end | | info registers | i r | Show values of all registers | | continue | c | Continue running the program | + +## Resources + +* [x86 and amd64 instruction reference](https://www.felixcloutier.com/x86/)