Closed lwerdna closed 1 year ago
Thank you for the bug report. Unfortunately this is a limitation of LLVM which we are using for many of our assemblers.
The recommended workaround is to install and use the keypatch plugin from the plugin manager:
In the future we will release a more official plugin.
Dude are you okay?
We use public issues to relate the state of internal discussions on features and fixes quite frequently. It's not uncommon to see one Vector35 person post an issue and end up resolving it differently after we've talked about it in more detail internally.
In this case I think Andrew was posting the issue on behalf of someone else originally who he is thanking which does sound a bit strange without that context. :-)
Dude are you okay?
Hah while I do sometimes talk to myself, what's happening is someone will briefly report a problem on slack, and I'll promote it to an official github issue and give them the link so they can track its status. I assume they're reading it, or will read it when it's closed. So yes, as psifertex explained, this is an issue posted on behalf of someone else.
Version and Platform (required): 3.5
Bug Description: The assembler is ignore the address at which the assembling should occur.
Steps To Reproduce:
Expected Behavior: The assembled instruction is PC-relative, so it should not have the same encoding. The second instruction at address 4 should be encoded 0xff030094.