asm
文章平均质量分 81
yaoyaofull
这个作者很懒,什么都没留下…
展开
-
用EditPlus搭建汇编编译环境
1.下载汇编编译器masmv10,默认安装到c盘;下载地址:http://www.rayfile.com/files/f18df7c5-c9e7-11de-8af9-0014221b798a/2.EditPlus添加编译器;工具->配置用户工具(1)配制编译器ml.exe 说明:ml.exe /c :只编译不链接 /coff:生成通用对象文件格式(.obj原创 2009-11-05 16:43:00 · 1711 阅读 · 2 评论 -
Win32汇编程序结构
.386 .model flat,stdcalloption casemap:none;----------------------------------------------------------------------------------;Include define;------------------------------转载 2009-11-06 14:19:00 · 1765 阅读 · 1 评论 -
Intel CPU的CPUID指令
Intel有一个超过100页的文档,专门介绍cpuid这条指令,可见这条指令涉及内容的丰富。 记得去年的时候,曾经有个“英布之剑”问过我这条指令,当时并没有给出一个满意的回答,现在放假,想起来,把资料整理了一下。很久以前确实用过这条指令,其实指令本身并没有什么难的,关键是看你有没有耐心研读完繁琐的资料,当然还得对CPU有一定的了解,如果“英布之剑”看到这篇文章,而且仍然需要更详细的资料转载 2009-11-09 11:01:00 · 2698 阅读 · 0 评论 -
PE文件格式详解
作者:MSDN译者:李马 (http://home.nuc.edu.cn/~titilima) 摘要 Windows NT 3.1引入了一种名为PE文件格式的新可执行文件格式。PE文件格式的规范包含在了MSDN的CD中(Specs and Strategy, Specifications, Windows NT File Format Specifications),但是它非常之原创 2009-11-26 09:24:00 · 544 阅读 · 0 评论 -
PCI bus info and code from a programmer's perspective.
There are 4 components to the PCI subsytem:Bus Number Device NumberFunction NumberRegister NumberThere are up to 256 available Buses on a PCI system, most commonly all the cards and chips will be转载 2009-12-07 15:51:00 · 1096 阅读 · 0 评论