<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>dai_optimistic</author_name>
  <author_url>https://blog.hatena.ne.jp/dai_optimistic/</author_url>
  <blog_title>AB開発日記</blog_title>
  <blog_url>https://dai-optimistic.hatenadiary.org/</blog_url>
  <categories>
    <anon>abdev</anon>
  </categories>
  <description>遅寝早起きで爆進中でございます。 今朝は演算コードの生成部分についてのディープな話から…。しかし、この話題はコンパイラの中核を成す部分だといっても過言ではない、と〜っても重要なところなんでやんす。 コンパイラに搭載される演算コードの生成部分。例えば、 Dim a As Long Dim b As Long Dim c As Long b=10 c=20 a=b+c こういうソースコードをコンパイルすると、下記のようなアセンブルコードが出力されるんですね。 ;b=10 push 10 pop eax mov dword ptr[b],eax;c=20 push 20 pop eax mov dw…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdai-optimistic.hatenadiary.org%2Fentry%2F20050928%2F1127878619&quot; title=&quot;レジスタベースの演算コード生成 - AB開発日記&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>2005-09-28 12:36:59</published>
  <title>レジスタベースの演算コード生成</title>
  <type>rich</type>
  <url>https://dai-optimistic.hatenadiary.org/entry/20050928/1127878619</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
