Mod R/M

    (test-equal '(#x48 #x89 #xe3) (assemble '(movq rbx rsp)))
    (test-equal '(#x48 #x89 #xeb) (assemble '(movq rbx rbp)))
    (test-equal '(#x48 #x89 #xc4) (assemble '(movq rsp rax)))