X86-64: Difference between revisions

Jump to navigation Jump to search
18 bytes added ,  29 days ago
m
Bot: Replace deprecated source tag with syntaxhighlight
[unchecked revision][unchecked revision]
No edit summary
m (Bot: Replace deprecated source tag with syntaxhighlight)
Line 171:
 
If you have ever seen an error message like this:
<sourcesyntaxhighlight lang="bash">
relocation truncated to fit: R_X86_64_32 against symbol
</syntaxhighlight>
</source>
then your code hit this barrier. For Assembly, you must use the "movabs" instruction instead of "mov", and for gcc you need to select a different text segment model with the "-mcmodel" argument.
 
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu