Slowly coming to the conclusion that I will be holding myself back as a developer if I don't learn some AMD64 assembly.
miniblog.
Related Posts
TIL that AMD64 instructions generally don't support immediates greater than 32-bit: https://c9x.me/notes/2015-09-19.html
If you really need a large immediate value, you need to use MOV into a register first.