标签: c# x86-64 itanium
可能重复: Identifying the CPU architecture type using C#
我的程序最后使用不同的程序集。问题是amd和intelx64程序集不完全兼容。它适用于我正在开发的编译器。
答案 0 :(得分:0)
你可以使用try和catch来使用异常处理。
try { // intel assembly } catch { // amd assembly }