diff options
author | Oxore <oxore@protonmail.com> | 2023-05-21 15:02:07 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-05-21 15:02:07 +0300 |
commit | 879e35be5614f52a7ffe1fe77703956d107cb14a (patch) | |
tree | cba2b2df69ba84a71641112b6fbef94e5b9a36f0 /Readme.md | |
parent | c07e9cbec2fb426e5b00fdd1921ac577633aabe0 (diff) |
Fix "typo"
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -69,8 +69,9 @@ What is **not** the goal (at least not in this repo): variations. - Base address is always assumed to be `0x00000000`. - Maximum binary size is 4MiB. -- Labels/marks for locations outside of available are not generated, they remain - as raw addresses and/or PC-relative offsets. +- Labels/marks for locations outside of the code being disassembled are not + generated, they remain as raw address arguments and/or PC-relative offset + arguments. ## Build |