aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Chambers <[email protected]>2021-10-20 21:17:30 +1300
committerAndrew Chambers <[email protected]>2021-10-20 21:17:30 +1300
commitfa0cbc1022fcacf76bf44e7e9eb2075b107f8a01 (patch)
tree023affd863c094c0fcded3f80e9ced70162c0342
parent5a77e2180415ec70115597d9f950992032a1e239 (diff)
fmt.
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
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.