<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>simotin13</author_name>
  <author_url>https://blog.hatena.ne.jp/simotin13/</author_url>
  <blog_title>simotin13's message</blog_title>
  <blog_url>https://mcommit.hatenadiary.com/</blog_url>
  <categories>
    <anon>アセンブラ</anon>
    <anon>ARM</anon>
  </categories>
  <description>ARMの命令セット(v7)について調べていたので備忘録のためメモを残しておきます。■ARMv7のマニュアルhttps://www.macs.hw.ac.uk/~hwloidl/Courses/F28HS/Docu/DDI0406C_C_arm_architecture_reference_manual.pdfとりあえず命令セットのところを読んでみる。 参考用に簡単な加算と条件分岐を含むコードを書いてみる。■サンプルコード hoge.c int add(void) { int a = 0; a += 0x10; if ( a == 0x10) { return a; } return 0; } …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmcommit.hatenadiary.com%2Fentry%2F2018%2F06%2F06%2F010113&quot; title=&quot;ARMの命令セットの条件指定について - simotin13&amp;#39;s message&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://cdn-ak.f.st-hatena.com/images/fotolife/s/simotin13/20180606/20180606010019.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-06-06 01:01:13</published>
  <title>ARMの命令セットの条件指定について</title>
  <type>rich</type>
  <url>https://mcommit.hatenadiary.com/entry/2018/06/06/010113</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
