<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_我的程序岁月_分类_汇编</title><id>http://feed.cnblogs.com/blog/u/32927/category/180977/rss</id><updated>2012-06-04T00:18:53Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/madengwei/category/180977.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/32927/category/180977/rss"/><entry><id>http://www.cnblogs.com/madengwei/archive/2009/03/16/1413743.html</id><title type="text">[网络整理]DEBUG命令使用解析七</title><summary type="text">Debug:XD（释放扩展内存） 释放指向扩展内存的句柄。 要使用扩展内存，必须安装符合 4.0 版的 Lotus/Intel/Microsoft 扩展内存规范 (LIM EMS) 的扩展内存设备驱动程序。 </summary><published>2009-03-16T13:19:00Z</published><updated>2009-03-16T13:19:00Z</updated><author><name>马伟</name><uri>http://www.cnblogs.com/madengwei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/madengwei/archive/2009/03/16/1413743.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/madengwei/archive/2009/03/16/1413743.html"/><content type="text">Debug:XD（释放扩展内存） 释放指向扩展内存的句柄。 要使用扩展内存，必须安装符合 4.0 版的 Lotus/Intel/Microsoft 扩展内存规范 (LIM EMS) 的扩展内存设备驱动程序。 </content></entry><entry><id>http://www.cnblogs.com/madengwei/archive/2009/03/16/1413739.html</id><title type="text">[网络整理]DEBUG命令使用解析六</title><summary type="text">Debug:U（反汇编） 反汇编字节并显示相应的原语句，其中包括地址和字节值。反汇编代码看起来象已汇编文件的列表。 u [range] 参数 无 如果在没有参数的情况下使用，则 u 命令分解 20h 字节（默认值），从前面 u 命令所显示地址后的第一个地址开始。</summary><published>2009-03-16T13:18:00Z</published><updated>2009-03-16T13:18:00Z</updated><author><name>马伟</name><uri>http://www.cnblogs.com/madengwei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/madengwei/archive/2009/03/16/1413739.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/madengwei/archive/2009/03/16/1413739.html"/><content type="text">Debug:U（反汇编） 反汇编字节并显示相应的原语句，其中包括地址和字节值。反汇编代码看起来象已汇编文件的列表。 u [range] 参数 无 如果在没有参数的情况下使用，则 u 命令分解 20h 字节（默认值），从前面 u 命令所显示地址后的第一个地址开始。</content></entry><entry><id>http://www.cnblogs.com/madengwei/archive/2009/03/16/1413737.html</id><title type="text">[网络整理]DEBUG命令使用解析五</title><summary type="text">Debug:Q（退出） 停止 Debug 会话，不保存当前测试的文件。 当您键入 q 以后，控制返回到 Windows 2000 的命令提示符。 q 参数 该命令不带参数。 有关保存文件的信息，请单击“相关主题”列表中的 Debug W（写入）。 ++++ </summary><published>2009-03-16T13:17:00Z</published><updated>2009-03-16T13:17:00Z</updated><author><name>马伟</name><uri>http://www.cnblogs.com/madengwei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/madengwei/archive/2009/03/16/1413737.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/madengwei/archive/2009/03/16/1413737.html"/><content type="text">Debug:Q（退出） 停止 Debug 会话，不保存当前测试的文件。 当您键入 q 以后，控制返回到 Windows 2000 的命令提示符。 q 参数 该命令不带参数。 有关保存文件的信息，请单击“相关主题”列表中的 Debug W（写入）。 ++++ </content></entry><entry><id>http://www.cnblogs.com/madengwei/archive/2009/03/16/1413734.html</id><title type="text">[网络整理]DEBUG命令使用解析四</title><summary type="text">Debug:M（移动） 将一个内存块中的内容复制到另一个内存块中。 m range address 参数 range 指定要复制内容的内存区域的起始和结束地址，或起始地址和长度。 address 指定要将 range 内容复制到该位置的起始地址。 ++ </summary><published>2009-03-16T13:14:00Z</published><updated>2009-03-16T13:14:00Z</updated><author><name>马伟</name><uri>http://www.cnblogs.com/madengwei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/madengwei/archive/2009/03/16/1413734.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/madengwei/archive/2009/03/16/1413734.html"/><content type="text">Debug:M（移动） 将一个内存块中的内容复制到另一个内存块中。 m range address 参数 range 指定要复制内容的内存区域的起始和结束地址，或起始地址和长度。 address 指定要将 range 内容复制到该位置的起始地址。 ++ </content></entry><entry><id>http://www.cnblogs.com/madengwei/archive/2009/03/16/1413731.html</id><title type="text">[网络整理]DEBUG命令使用解析三</title><summary type="text">Debug:G（转向） 运行当前在内存中的程序。 g [=address] [breakpoints]参数 =address 指定当前在内存中要开始执行的程序地址。如果不指定 address，Windows 2000 将从 CS:IP 寄存器中的当前地址开始执行程序。</summary><published>2009-03-16T13:11:00Z</published><updated>2009-03-16T13:11:00Z</updated><author><name>马伟</name><uri>http://www.cnblogs.com/madengwei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/madengwei/archive/2009/03/16/1413731.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/madengwei/archive/2009/03/16/1413731.html"/><content type="text">Debug:G（转向） 运行当前在内存中的程序。 g [=address] [breakpoints]参数 =address 指定当前在内存中要开始执行的程序地址。如果不指定 address，Windows 2000 将从 CS:IP 寄存器中的当前地址开始执行程序。</content></entry><entry><id>http://www.cnblogs.com/madengwei/archive/2009/03/16/1413729.html</id><title type="text">[网络整理]DEBUG命令使用解析二</title><summary type="text">Debug:C（比较）比较内存的两个部分。 c range address 参数 range 指定要比较的内存第一个区域的起始和结束地址，或起始地址和长度。有关有效的 range 值的信息，请单击“相关主题”列表中的“Debug 说明”。 </summary><published>2009-03-16T13:10:00Z</published><updated>2009-03-16T13:10:00Z</updated><author><name>马伟</name><uri>http://www.cnblogs.com/madengwei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/madengwei/archive/2009/03/16/1413729.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/madengwei/archive/2009/03/16/1413729.html"/><content type="text">Debug:C（比较）比较内存的两个部分。 c range address 参数 range 指定要比较的内存第一个区域的起始和结束地址，或起始地址和长度。有关有效的 range 值的信息，请单击“相关主题”列表中的“Debug 说明”。 </content></entry><entry><id>http://www.cnblogs.com/madengwei/archive/2009/03/16/1413726.html</id><title type="text">[网络整理]DEBUG命令使用解析一</title><summary type="text">启动 Debug，它是可用于测试和调试 MS-DOS 可执行文件的程序。 Debug [[drive:][path] filename [parameters]] </summary><published>2009-03-16T13:08:00Z</published><updated>2009-03-16T13:08:00Z</updated><author><name>马伟</name><uri>http://www.cnblogs.com/madengwei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/madengwei/archive/2009/03/16/1413726.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/madengwei/archive/2009/03/16/1413726.html"/><content type="text">启动 Debug，它是可用于测试和调试 MS-DOS 可执行文件的程序。 Debug [[drive:][path] filename [parameters]] </content></entry></feed>
