<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>computeralgebra</author_name>
  <author_url>https://blog.hatena.ne.jp/computeralgebra/</author_url>
  <blog_title>非専門的シンギュラリティー研究所</blog_title>
  <blog_url>https://computeralgebra.hatenablog.com/</blog_url>
  <categories>
    <anon>アセンブラ</anon>
  </categories>
  <description>GCC の調査(1) GCC が出力するアセンブリ言語のコードの中で呼ばれる関数について調べていきます。 long のかけ算 long multiply_long_cpp(long x, long y) { return x * y; } から作られるアセンブリ言語のコードは以下のようになります。 _Z17multiply_long_cppll: link.w %fp,#0 move.l 12(%fp),-(%sp) move.l 8(%fp),-(%sp) jsr __mulsi3 addq.l #8,%sp unlk %fp rts スタックが 0 4 スタックの入り口 x y の状態でこ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcomputeralgebra.hatenablog.com%2Fentry%2F2025%2F08%2F10%2F233054&quot; title=&quot;アセンブラ(14) - 非専門的シンギュラリティー研究所&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>https://m.media-amazon.com/images/I/51P1+304feL._SL500_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2025-08-10 23:30:54</published>
  <title>アセンブラ(14)</title>
  <type>rich</type>
  <url>https://computeralgebra.hatenablog.com/entry/2025/08/10/233054</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
