<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>brown_wizrobe</author_name>
  <author_url>https://blog.hatena.ne.jp/brown_wizrobe/</author_url>
  <blog_title>【na】</blog_title>
  <blog_url>https://brown-wizrobe.hatenadiary.jp/</blog_url>
  <categories>
    <anon>AVR</anon>
  </categories>
  <description>前提： 255で飽和 r24,r25に値が入っている 結果をr24に返す r25の値は壊れてよい add r24,r25 sbc r25,r25 or r24,r25 これを下記のようにすると、r25を壊さずに済む代わりにr24のところはr16〜r31にしか出来なくなる add r24,r25 brcc LABEL ldi r24,0xff LABEL: 減算は素直に分岐でいいっぽい? sub r24,r25 brcc LABEL eor r24,r24 LABEL: 2018/07/17追記 加算はこれのが良かったかな add r24,r25 brcc LABEL sbc r24,r24 L…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbrown-wizrobe.hatenadiary.jp%2Fentry%2F20120208%2F1328715137&quot; title=&quot;飽和加算 - 【na】&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>2012-02-08 00:32:17</published>
  <title>飽和加算</title>
  <type>rich</type>
  <url>https://brown-wizrobe.hatenadiary.jp/entry/20120208/1328715137</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
