table of contents

This commit is contained in:
angie 2022-12-24 20:58:32 -03:00
parent b0e59cc8c9
commit 1823a4df0a

View File

@ -1,5 +1,10 @@
# Usage of the C API
- [Usage of the C API](#usage-of-the-c-api)
- [Simple example to disassemble a word](#simple-example-to-disassemble-a-word)
- [Overriding the immediate](#overriding-the-immediate)
- [Examinating an instruction](#examinating-an-instruction)
## Simple example to disassemble a word
```c