This commit is contained in:
Kartik Agaram 2018-07-20 21:26:08 -07:00
parent 730961abe6
commit 7ecc45c135
1 changed files with 5 additions and 0 deletions

View File

@ -80,6 +80,11 @@ format. SubX is about programming with a small, regular subset of 32-bit x86:
on unsigned integers)
* Only relative jump instructions (with 8-bit or 16-bit offsets).
For more details on programming in this subset, consult the online help:
```
$ ./subx help
```
## Resources
* [Single-page cheatsheet for the x86 ISA](https://net.cs.uni-bonn.de/fileadmin/user_upload/plohmann/x86_opcode_structure_and_instruction_overview.pdf)