From fa0cbc1022fcacf76bf44e7e9eb2075b107f8a01 Mon Sep 17 00:00:00 2001 From: Andrew Chambers Date: Wed, 20 Oct 2021 21:17:30 +1300 Subject: fmt. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 6c12d50..a9bd91e 100644 --- a/main.c +++ b/main.c @@ -346,7 +346,7 @@ assemblereloc(const char *l, int64_t c, int nbytes, int type) } /* Assemble a r <-> mem operation. - + In order to understand this function, you should check the intel manual which has tables showing the appropriate values of the modregrm byte and sib byte for the different addressing modes. -- cgit v1.2.3