<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yz2cm</author_name>
  <author_url>https://blog.hatena.ne.jp/yz2cm/</author_url>
  <blog_title>ゆずさん研究所</blog_title>
  <blog_url>https://yz2cm.hatenadiary.org/</blog_url>
  <categories>
    <anon>Programming C</anon>
  </categories>
  <description>「フィーリングで読むアセンブラ入門」の発売が待ち遠しくて、いかにも発狂しそうですが、発売日まで、自分の環境で逆アセンブルして我慢しようということで…。今回のソースコードは、こんな内容。内部で何も行わない関数の逆アセンブルを行ってみます。 /* asm000.c */ void func(void) { }上のソースファイルに対して、以下のコマンドを実行して、オブジェクトファイルを生成します（-Wallで「すべての警告を表示」、-O0で「最適化を行わない」、-cで「アセンブルまで行い、オブジェクトファイルを生成する（リンクは行わない）」）。リンクは行わないので、main関数が存在しなくても大丈夫…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyz2cm.hatenadiary.org%2Fentry%2F20130524%2F1369397336&quot; title=&quot;逆アセンブルで遊んでみる（０）何もしない関数 - ゆずさん研究所&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-05-24 21:08:56</published>
  <title>逆アセンブルで遊んでみる（０）何もしない関数</title>
  <type>rich</type>
  <url>https://yz2cm.hatenadiary.org/entry/20130524/1369397336</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
