x64位的程序 mov eax, 0xC22E4507 mov r8d, 0x6901DE5C imul r8d 得到结果是 eax=0xC83E084, edx=0xE6A486CC ,现在我需要用C++实现这个乘法,然后得到edx的值,这个应该怎么写? 乘法, 需要用