<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>higonohimajin</author_name>
  <author_url>https://blog.hatena.ne.jp/higonohimajin/</author_url>
  <blog_title>ＰＩＣを、アセンブリ言語のプログラムで使う。</blog_title>
  <blog_url>https://higonohimajin.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>ＡＤＤＬＷ命令の解説。 書式；ADDLW K ｋは、定数データ ０～２５５（0x00～0xFF）、または、ラベル。 動作；Ｗ＋ｋ ➡ Ｗ ワーキングレジスタの内容に定数データを加算し、結果をワーキングレジスタに上書き。 ステータスレジスタへの影響 Ｃ；計算結果により、８桁目から桁上がりが発生した時➡１、それ以外➡０。 ＤＣ；計算結果により、４桁目から桁上がりが発生した時➡１、それ以外➡０。 Ｚ；計算結果が０の時➡１、それ以外➡０。 例； １． W 0x05 //命令実行前の値 ADDLW 0x06 //命令実行 0x05+0x06 ➡ 0x0B //計算、４桁目、８桁目から桁上がりはない、計算…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhigonohimajin.hateblo.jp%2Fentry%2F2021%2F03%2F09%2F143406&quot; title=&quot;アセンブリ言語の命令、ＡＤＤＬＷ命令。 - ＰＩＣを、アセンブリ言語のプログラムで使う。&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>2021-03-09 14:34:06</published>
  <title>アセンブリ言語の命令、ＡＤＤＬＷ命令。</title>
  <type>rich</type>
  <url>https://higonohimajin.hateblo.jp/entry/2021/03/09/143406</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
