<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Robin's Log - Assemble Language</title><link>http://blog.csdn.net/hongweijin/category/64928.aspx</link><description>在这里有很多的汇编代码。多是自己亲手打造，并不断填补中，非常适合初学者，学习汇编————好像做广告
哈哈</description><dc:language>zh-CN</dc:language><lastUpdateTime>Sat, 01 Sep 2007 13:28:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>hongweijin</dc:creator><title>使用8253实现使用1到8弹奏歌曲</title><link>http://blog.csdn.net/hongweijin/archive/2005/04/26/364400.aspx</link><pubDate>Tue, 26 Apr 2005 23:02:00 GMT</pubDate><guid>http://blog.csdn.net/hongweijin/archive/2005/04/26/364400.aspx</guid><wfw:comment>http://blog.csdn.net/hongweijin/comments/364400.aspx</wfw:comment><comments>http://blog.csdn.net/hongweijin/archive/2005/04/26/364400.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hongweijin/comments/commentRss/364400.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=364400</trackback:ping><description>;使用8253实现使用1到8弹奏歌曲&lt;img src ="http://blog.csdn.net/hongweijin/aggbug/364400.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hongweijin</dc:creator><title>进制转换3例</title><link>http://blog.csdn.net/hongweijin/archive/2004/11/17/184572.aspx</link><pubDate>Wed, 17 Nov 2004 15:46:00 GMT</pubDate><guid>http://blog.csdn.net/hongweijin/archive/2004/11/17/184572.aspx</guid><wfw:comment>http://blog.csdn.net/hongweijin/comments/184572.aspx</wfw:comment><comments>http://blog.csdn.net/hongweijin/archive/2004/11/17/184572.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hongweijin/comments/commentRss/184572.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=184572</trackback:ping><description>1、	键盘输入N个十六进制数据，每次一位(0～F)，将其累加，和存放到SUM单元中；若输入非十六进制数则结束；再将SUM单元的值用十六进制数据换行输出。

2、	键盘输入N个十六进制数据，每次一位(0～F)，将其累加，和存放到SUM单元中；若输入非十六进制数则结束；再将SUM单元的值用二进制数据换行输出。
3、	键盘输入4个十六进制数据，将其对应的二进制数输出。
&lt;img src ="http://blog.csdn.net/hongweijin/aggbug/184572.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hongweijin</dc:creator><title>汇编中的不同进制的输入与输出操作</title><link>http://blog.csdn.net/hongweijin/archive/2004/10/27/155612.aspx</link><pubDate>Wed, 27 Oct 2004 23:59:00 GMT</pubDate><guid>http://blog.csdn.net/hongweijin/archive/2004/10/27/155612.aspx</guid><wfw:comment>http://blog.csdn.net/hongweijin/comments/155612.aspx</wfw:comment><comments>http://blog.csdn.net/hongweijin/archive/2004/10/27/155612.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hongweijin/comments/commentRss/155612.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=155612</trackback:ping><description>从键盘上接受两个4位十六进制数，在下一行以二进制形式输出两数的异或的结果。并将此二进制数的结果中的第3到第0与第15位到第12位对调，再以十六进制输出！&lt;img src ="http://blog.csdn.net/hongweijin/aggbug/155612.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>