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/)