@nprofile1q... Depending on the assembler, there may be something like ".option norvc" to tell it not to generate compressed instructions.
Example here, in the second code block:
https://osblog.stephenmarz.com/ch1.htmlThey're using Rust in that project, so I guess it's whatever LLVM does.