<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>评论：用六种语言说生日快乐</title>
	<atom:link href="http://codingliyi.com/archives/2009/06/601/feed" rel="self" type="application/rss+xml" />
	<link>http://codingliyi.com/archives/2009/06/601</link>
	<description>诸天浩瀚，神魔流转，天苍苍兮云山远，心悠悠兮梦桃源</description>
	<lastBuildDate>Fri, 27 Jan 2012 08:32:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>来自：codingliyi</title>
		<link>http://codingliyi.com/archives/2009/06/601/comment-page-1#comment-176</link>
		<dc:creator>codingliyi</dc:creator>
		<pubDate>Fri, 26 Jun 2009 05:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingliyi.com/archives/2009/06/601#comment-176</guid>
		<description>&lt;a href=&quot;#comment-175&quot; rel=&quot;nofollow&quot;&gt;@rustingsword &lt;/a&gt; 
汇编其实还是很好玩的，虽然现在基本忘得差不多了，输出输出就记得个21号中断。
谢谢哈！</description>
		<content:encoded><![CDATA[<p><a href="#comment-175" rel="nofollow">@rustingsword </a><br />
汇编其实还是很好玩的，虽然现在基本忘得差不多了，输出输出就记得个21号中断。<br />
谢谢哈！</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：rustingsword</title>
		<link>http://codingliyi.com/archives/2009/06/601/comment-page-1#comment-175</link>
		<dc:creator>rustingsword</dc:creator>
		<pubDate>Fri, 26 Jun 2009 04:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingliyi.com/archives/2009/06/601#comment-175</guid>
		<description>#给你来个不伦不类的汇编，嘿嘿
data segment
    bir db &#039;Happy Birthday,Li Yi!$&#039;
data ends

code segment
    assume cs:code,ds:data
    mov ax,data
    mov ds,ax
    mov dx,offset bir
    mov ah,9
    int 21h
code ends</description>
		<content:encoded><![CDATA[<p>#给你来个不伦不类的汇编，嘿嘿<br />
data segment<br />
    bir db &#8216;Happy Birthday,Li Yi!$&#8217;<br />
data ends</p>
<p>code segment<br />
    assume cs:code,ds:data<br />
    mov ax,data<br />
    mov ds,ax<br />
    mov dx,offset bir<br />
    mov ah,9<br />
    int 21h<br />
code ends</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：codingliyi</title>
		<link>http://codingliyi.com/archives/2009/06/601/comment-page-1#comment-174</link>
		<dc:creator>codingliyi</dc:creator>
		<pubDate>Fri, 26 Jun 2009 04:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingliyi.com/archives/2009/06/601#comment-174</guid>
		<description>&lt;a href=&quot;#comment-173&quot; rel=&quot;nofollow&quot;&gt;@Jinjiang &lt;/a&gt; 
呵呵
&lt;code&gt;
&lt; %
out.print(&quot;Hello World&quot;);
%&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-173" rel="nofollow">@Jinjiang </a><br />
呵呵<br />
<code><br />
< %<br />
out.print("Hello World");<br />
%><br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Jinjiang</title>
		<link>http://codingliyi.com/archives/2009/06/601/comment-page-1#comment-173</link>
		<dc:creator>Jinjiang</dc:creator>
		<pubDate>Fri, 26 Jun 2009 01:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingliyi.com/archives/2009/06/601#comment-173</guid>
		<description>/* 7. Javascript */
alert(&#039;Happy Birthday, Li Yi!&#039;);</description>
		<content:encoded><![CDATA[<p>/* 7. Javascript */<br />
alert(&#8216;Happy Birthday, Li Yi!&#8217;);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

