diff options
| author | Andrew Chambers <[email protected]> | 2021-10-20 21:17:30 +1300 |
|---|---|---|
| committer | Andrew Chambers <[email protected]> | 2021-10-20 21:17:30 +1300 |
| commit | fa0cbc1022fcacf76bf44e7e9eb2075b107f8a01 (patch) | |
| tree | 023affd863c094c0fcded3f80e9ced70162c0342 /main.c | |
| parent | 5a77e2180415ec70115597d9f950992032a1e239 (diff) | |
fmt.
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
