问题标签 [jasmin-x86]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
debugging - IDE工具选择——跨平台x86 ASM调试
我正在写一个教学教程来教大学生和编程爱好者在 x86 上编译概念。
我想要一个像WinASM这样的 IDE 工具,让他们能够调试他们的工作,但我知道他们可能并不都在家里运行 Windows。
我是针对Jasmin的最佳选择吗?(或者你有更好的建议 - 为什么?)
assembly - 微程序汇编器 (jasmin)
这个命令在汇编中做了什么?
它是否与以下内容相同?
如果是,为什么他们在Jasmin中不给出相同的结果时eax = 100h
, ebx = 0
,ecx = 100h
结尾。