<?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>Comments on: GCC 裡的 Inline Assembly</title> <atom:link href="http://blog.gslin.org/archives/2006/10/28/853/unix-%e7%92%b0%e5%a2%83%e4%b8%8b%e7%9a%84-inline-assembly/feed/" rel="self" type="application/rss+xml" /><link>http://blog.gslin.org/archives/2006/10/28/853/unix-%e7%92%b0%e5%a2%83%e4%b8%8b%e7%9a%84-inline-assembly/</link> <description>幹壞事是進步最大的原動力</description> <lastBuildDate>Sun, 12 Feb 2012 04:26:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: 抓~ 抓到一隻瞌睡蟲</title><link>http://blog.gslin.org/archives/2006/10/28/853/unix-%e7%92%b0%e5%a2%83%e4%b8%8b%e7%9a%84-inline-assembly/comment-page-1/#comment-100314</link> <dc:creator>抓~ 抓到一隻瞌睡蟲</dc:creator> <pubDate>Tue, 12 Dec 2006 16:15:18 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/archives/2006/10/28/853/#comment-100314</guid> <description>&lt;strong&gt;Matrix/Vector 乘法加速 (SSE版)...&lt;/strong&gt;前天有人要寫data structure作業, 然後問我要算pagerank怎麼算. 我想了一下研一修data mining的東西&#8230; 然後就跟他說用矩陣運算應該就好了. 雖然我後來想一想我呆掉了, 明明用矩陣運算就不是這.....</description> <content:encoded><![CDATA[<p><strong>Matrix/Vector 乘法加速 (SSE版)&#8230;</strong></p><p>前天有人要寫data structure作業, 然後問我要算pagerank怎麼算. 我想了一下研一修data mining的東西&#8230; 然後就跟他說用矩陣運算應該就好了. 雖然我後來想一想我呆掉了, 明明用矩陣運算就不是這&#8230;..</p> ]]></content:encoded> </item> <item><title>By: Gea-Suan Lin</title><link>http://blog.gslin.org/archives/2006/10/28/853/unix-%e7%92%b0%e5%a2%83%e4%b8%8b%e7%9a%84-inline-assembly/comment-page-1/#comment-68696</link> <dc:creator>Gea-Suan Lin</dc:creator> <pubDate>Sun, 29 Oct 2006 15:47:55 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/archives/2006/10/28/853/#comment-68696</guid> <description>唉呀... *boom*</description> <content:encoded><![CDATA[<p>唉呀&#8230; *boom*</p> ]]></content:encoded> </item> <item><title>By: David Yu</title><link>http://blog.gslin.org/archives/2006/10/28/853/unix-%e7%92%b0%e5%a2%83%e4%b8%8b%e7%9a%84-inline-assembly/comment-page-1/#comment-68694</link> <dc:creator>David Yu</dc:creator> <pubDate>Sun, 29 Oct 2006 15:43:47 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/archives/2006/10/28/853/#comment-68694</guid> <description>那個很基本的教學好像是我寫的 XD</description> <content:encoded><![CDATA[<p>那個很基本的教學好像是我寫的 XD</p> ]]></content:encoded> </item> <item><title>By: Gea-Suan Lin</title><link>http://blog.gslin.org/archives/2006/10/28/853/unix-%e7%92%b0%e5%a2%83%e4%b8%8b%e7%9a%84-inline-assembly/comment-page-1/#comment-68139</link> <dc:creator>Gea-Suan Lin</dc:creator> <pubDate>Sat, 28 Oct 2006 20:51:27 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/archives/2006/10/28/853/#comment-68139</guid> <description>nasm 我知道，我有寫另外一個 .s，可以用 Intel 語法，在台大資工網頁上有 nasm 很基本的教學，看完就知道要怎麼搞了，再去 nasm 的網頁上看一下 proc/endproc 怎麼用就差不多了 :pbtw... 會用 assembly 叫 syscall 本來就沒打算 portable 吧...</description> <content:encoded><![CDATA[<p>nasm 我知道，我有寫另外一個 .s，可以用 Intel 語法，在台大資工網頁上有 nasm 很基本的教學，看完就知道要怎麼搞了，再去 nasm 的網頁上看一下 proc/endproc 怎麼用就差不多了 :p</p><p>btw&#8230; 會用 assembly 叫 syscall 本來就沒打算 portable 吧&#8230;</p> ]]></content:encoded> </item> <item><title>By: David Yu</title><link>http://blog.gslin.org/archives/2006/10/28/853/unix-%e7%92%b0%e5%a2%83%e4%b8%8b%e7%9a%84-inline-assembly/comment-page-1/#comment-68125</link> <dc:creator>David Yu</dc:creator> <pubDate>Sat, 28 Oct 2006 20:32:07 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/archives/2006/10/28/853/#comment-68125</guid> <description>試試看 NASM 吧。可以 output 出 ELF 格式，可是還是用 intel 語法。這是我以前當 TA 代大三必修的 compiler 學會的。不過在 UNIX 上寫 assembly 還滿鳥的，光是 Linux 和 FreeBSD 的 system call 方式就不一樣，很不 portable 。</description> <content:encoded><![CDATA[<p>試試看 NASM 吧。可以 output 出 ELF 格式，可是還是用 intel 語法。這是我以前當 TA 代大三必修的 compiler 學會的。</p><p>不過在 UNIX 上寫 assembly 還滿鳥的，光是 Linux 和 FreeBSD 的 system call 方式就不一樣，很不 portable 。</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: blog.gslin.org @ 2012-02-12 17:07:42 -->
