A list of (all? most?) x86 instructions
This commit is contained in:
parent
5b069057fa
commit
9d965de18e
|
@ -43,3 +43,7 @@ rbp 0x1 0x1
|
||||||
| run | r | Run the program until a breakpoint or end |
|
| run | r | Run the program until a breakpoint or end |
|
||||||
| info registers | i r | Show values of all registers |
|
| info registers | i r | Show values of all registers |
|
||||||
| continue | c | Continue running the program |
|
| continue | c | Continue running the program |
|
||||||
|
|
||||||
|
## Resources
|
||||||
|
|
||||||
|
* [x86 and amd64 instruction reference](https://www.felixcloutier.com/x86/)
|
||||||
|
|
Loading…
Reference in a new issue