64 位 GAS 教程
有谁知道 GAS 教程,我可以在其中找到有关在 64 位系统上的 AT&T-Syntax 中编译和链接代码的信息?我在大学需要这个,所以我不能使用 nasm 代替。 我能找到的所有 Tuts 要么适用于 nasm 或类似的东西,要么只能在 32 位上运行。 即使我们的教授展示的简约示例也适用于我的 32 位系统,但不适用于 64 位系统。
Does anyone know a tutorial for GAS where I can find infos about compiling and linking code in AT&T-Syntax on 64bit Systems? I need this for university, so I cannot use nasm instead.
All tuts I can find are either for nasm or something similiar or they only work on 32bit.
Even the minimalistic examples shown by our Prof work on my 32bit System but not on 64bit.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只需更改指令的后缀和寄存器名称即可。改变这个:
You just need to change the postfixes of the instructions and the register names. Change this: