LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 531|回复: 0

麻烦大家给分析一下这段代码

[复制链接]
发表于 2004-4-11 14:06:20 | 显示全部楼层 |阅读模式
[php]void myprintf (const char *str)
{
             char c;        
         while((c = *str++))      
                asm volatile("int $0x10":: "a"(0x0e00 | (c & 0xff)), "b"(7));
}[/php]
主要是这句
[php]"a"(0x0e00 | (c & 0xff)), "b"(7)[/php]
怎么理解?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表