English 中文(简体)
横跨都灵窗的滚动大会
原标题:Running Assembly across Linux, Windows

我正在读完。 根据我对方案拟定语言的理解,似乎汇编者(组......) 我知道,在其他地方争辩的两人之间有微妙的疏漏,因此产生了反对法。 一种不友好的机器语文指令无效。 加工商对该物体代码进行了解释,之后,联系人可予以起诉。 我知道,在正确的大会中,必须讲每个进程者。 Ie. .386、486、5.86 迷惑人心的是,通过MASM执行监督事务司方案与在没有国家宇宙航行安全局或GAS的情况下通过欧安会执行同样的方案之间,存在分歧。 如果将源代码编成目标代码,那么现在该源码就跨越平台? 我可以把视窗放在我的Dell旁边,就像在含水层上一样容易。 我在这里失踪了什么?

我也一直在寻求一种办法,来看待物体代码,以便我不必通过免疫机能错失执行。 关于源代码指示机码的指示,我写道。 有没有办法产生像在含水层中的肥料这样的结果?

最佳回答

现代“x86”芯片至少理解三套不同的指示,即监督事务司使用的16个比值,以及各种窗户和坡道使用的32和64个比值。

尽管芯片相同,而且可能以同样的方式运作,但方案与东道操作系统互动,以获得服务(如投入/产出)的方式也大不相同。

除最三边方案外,所有方案都倾向于利用外部图书馆提供共同业务援助(加强业务、格式化投入和产出、数学、非部落网络等),以便它们不必从分头书写。 但是,这些现有图书馆的准确收集,以及同样重要的是,请求和与这些图书馆互动的手段,视东道国业务制度的不同而有所不同。 或许,你可以把图书馆与你的申请(法定联系)结合起来,而不是使用。 DL s(DL)预计已经进入该系统(动力连接),但要求基本原始操作系统服务方面的差异仍需要解决。

此外,诸如java和net等一些计划还制定了在虚拟机器或模拟处理器上运行的物体代码,而不是直接在物理处理器上。 如果能够以兼容的形式提供虚拟机器发动机和支助图书馆,这些功能在某种程度上是可行的。

The mingw version of objdump runs on windows and processes windows executables and is part of a tools suite for building windows programs with linux-like semantics. There is also a cross version of it which runs on linux and processes windows files. Going the other way, the WINE compatibility layer can run many windows executables on linux - you could explicitly test against that. But if you are willing to write in C against posix interfaces (or use a lot of wrappers on OS functions with assembly) you should be able to have one codebase that builds with both the linux and cross or mingw versions of gnu tools, so that you can relatively efficiently generate binaries for both operating systems.

问题回答

暂无回答




相关问题
Signed executables under Linux

For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...

encoding of file shell script

How can I check the file encoding in a shell script? I need to know if a file is encoded in utf-8 or iso-8859-1. Thanks

How to write a Remote DataModule to run on a linux server?

i would like to know if there are any solution to do this. Does anyone? The big picture: I want to access data over the web, using my delphi thin clients. But i´would like to keep my server/service ...

How can I use exit codes to run shell scripts sequentially?

Since cruise control is full of bugs that have wasted my entire week, I have decided the existing shell scripts I have are simpler and thus better. Here is what I have so far svn update /var/www/...

Good, free, easy-to-use C graphics libraries? [closed]

I was wondering if there were any good free graphics libraries for C that are easy to use? It s for plotting 2d and 3d graphs and then saving to a file. It s on a Linux system and there s no gnuplot ...

热门标签