<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>eagletmt</author_name>
  <author_url>https://blog.hatena.ne.jp/eagletmt/</author_url>
  <blog_title>EAGLE 雑記</blog_title>
  <blog_url>https://eagletmt.hatenadiary.org/</blog_url>
  <categories>
    <anon>asm</anon>
  </categories>
  <description>例えば、こんなコード /* f1.c */ int add(int a, int b) { return a+b; } int main(int argc, char *argv[]) { int c = add(1, 2); return 0; } を書いて、 $ gcc -S f1.c -o f1.s とすると、f1.s は .text .globl _add _add: pushl %ebp movl %esp, %ebp subl $8, %esp movl 12(%ebp), %eax addl 8(%ebp), %eax leave ret .globl _main _main: …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Feagletmt.hatenadiary.org%2Fentry%2F20080712%2F1215841076&quot; title=&quot; 関数呼び出しと %esp と %ebp - EAGLE 雑記&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>2008-07-12 14:37:56</published>
  <title> 関数呼び出しと %esp と %ebp</title>
  <type>rich</type>
  <url>https://eagletmt.hatenadiary.org/entry/20080712/1215841076</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
