&是什么QUOT; INT 0x80的"在装配code是什么意思? [英] What does "int 0x80" mean in assembly code?

查看:126
本文介绍了&是什么QUOT; INT 0x80的"在装配code是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以解释下面的汇编code做什么?

  0x80的INT


解决方案

这将控制权交给中断向量0x80的

请参阅http://en.wikipedia.org/wiki/Interrupt%5Fvector

在Linux中,看看:它是用来处理 system_call的。当然,在另一个操作系统,这可能意味着完全不同的东西。

Can someone explain what the following assembly code does?

 int 0x80

解决方案

It passes control to interrupt vector 0x80

See http://en.wikipedia.org/wiki/Interrupt%5Fvector

On Linux, have a look at this: it was used to handle system_call. Of course on another OS this could mean something totally different.

这篇关于&是什么QUOT; INT 0x80的"在装配code是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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