1
Fork 0

A list of (all? most?) x86 instructions

This commit is contained in:
Jan-Erik Rediger 2023-09-15 11:59:25 +00:00
parent 5b069057fa
commit 9d965de18e

View file

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