是否有可能在x64操作系统上运行x86汇编? [英] Is it possible to run x86 assembly on a x64 operating system?

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

问题描述

最近,我决定,这是值得得到基本的x86汇编一试,这样会更容易调试程序,等,等于是我开始(大约一个星期前)学习x86汇编,在那个时候,我升级我的电脑8GB内存,所以我obviusly x86的Windows XP安装在浪费了所有的记忆,现在,我运行一个64位的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系统上的罚款。这些方案是机器语言,它具有一个一对一的映射与组件(和可容易地分解成86装配code)的

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天全站免登陆