是否可以在 x64 操作系统上运行 x86 程序集? [英] Is it possible to run x86 assembly on a x64 operating system?

查看:59
本文介绍了是否可以在 x64 操作系统上运行 x86 程序集?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

最近我决定尝试基本的 x86 汇编是值得的,这样调试程序等会更容易.所以我开始(大约一周前)学习 x86 汇编,在那个时候,我升级了我的电脑到 8GB 内存,所以很明显我的 x86 Windows XP 安装浪费了所有内存,现在,我正在运行 x64 Windows 7 副本,所以问题是:

Recently I decided that it was worth getting a try on basic x86 assembly so that it would be easier to debug programs, etc, etc. So I started (about a week ago) learning x86 assembly, in that time, I upgraded my computer to 8GB ram, so obviusly my x86 Windows XP installation was wasting up all that memory, now, I'm running a x64 Windows 7 copy, so the question is:

是否可以在 x64 操作系统上使用 x86 程序集? 它会在模拟器中正常运行吗?还是我应该学习 x64 汇编?

Is it possible to work with x86 assembly on a x64 operating system? Will it run properly in the emulator? Or should I learn x64 assembly?

推荐答案

是的,当然.大多数程序仍然是 32 位的并且可以在 64 位 Windows 系统上正常运行.那些程序是机器语言,它与汇编是一一对应的(并且可以很容易地反汇编成 x86 汇编代码).

Yes, of course. Most programs are still 32 bit and run fine on 64-bit Windows systems. Those programs are machine language, which has a one-to-one mapping with assembly (and can be easily disassembled into x86 assembly code).

这篇关于是否可以在 x64 操作系统上运行 x86 程序集?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆