K
Kerem Gümrükcü
Hi,
am i right when i remember that Visual C++ 2008
has NO support for x64 Assembly Instructions. But
what if i want or even have to write some assembly
code and want to use it in my x64 Code? What then?
I have some C-Dlls that are 32Bit and they use some
32Bit Assembly Language. So if the __asm is no more
for x64, how can i include it anyway into my Dll's? Do
i have to work with external x64 Assembler and then link
object code to my VC++ Dll, or is there any other "Inline"
Method i can use?
Regards
Kerem
am i right when i remember that Visual C++ 2008
has NO support for x64 Assembly Instructions. But
what if i want or even have to write some assembly
code and want to use it in my x64 Code? What then?
I have some C-Dlls that are 32Bit and they use some
32Bit Assembly Language. So if the __asm is no more
for x64, how can i include it anyway into my Dll's? Do
i have to work with external x64 Assembler and then link
object code to my VC++ Dll, or is there any other "Inline"
Method i can use?
Regards
Kerem