<?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>倍精度浮動小数点数の加減乗除をコンパイルした結果が実行できるようになりました。 実行例(倍精度浮動小数点数の加算) double dadd(double x, double y) { return x + y; } これをコンパイルすると以下のようなアセンブリ言語のコードが得られます。 _Z4dadddd: move.l 16(%sp),-(%sp) move.l 16(%sp),-(%sp) move.l 16(%sp),-(%sp) move.l 16(%sp),-(%sp) jsr __adddf3 lea (16,%sp),%sp rts これは __adddf3 のサブルーチンがない…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcomputeralgebra.hatenablog.com%2Fentry%2F2025%2F09%2F03%2F204901&quot; title=&quot;アセンブラ(19) - 非専門的シンギュラリティー研究所&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-09-03 20:49:01</published>
  <title>アセンブラ(19)</title>
  <type>rich</type>
  <url>https://computeralgebra.hatenablog.com/entry/2025/09/03/204901</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
