From 1823a4df0a58964916ce67f003eff941b80c9f75 Mon Sep 17 00:00:00 2001 From: angie Date: Sat, 24 Dec 2022 20:58:32 -0300 Subject: [PATCH] table of contents --- docs/usage_c_api.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/usage_c_api.md b/docs/usage_c_api.md index 27d152b..9df1503 100644 --- a/docs/usage_c_api.md +++ b/docs/usage_c_api.md @@ -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