Some test instructions:

Move constant to register
----
bf 58 06 40 00

mov    %eax,0xfffffffffffffffc(%rbp)
----
89 45 fc

mov    %eax,%ebx
----
89 c3

mov    0xfffffffffffffffc(%rbp),%eax
----
8b 45 fc

