<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>fortran66</author_name>
  <author_url>https://blog.hatena.ne.jp/fortran66/</author_url>
  <blog_title>fortran66のブログ</blog_title>
  <blog_url>https://fortran66.hatenablog.com/</blog_url>
  <categories>
    <anon>休憩</anon>
  </categories>
  <description>前回は１０進法の加算APIを用いましたが、今回は16進数の和ルーチンを使って見ました。 I/O 部分は省略して、掛ける 4bit の数の入力だけで、出力は機械停止後に手動でメモリーを見ることにしました。メモリーのアサインメントは、プログラム短縮化の為に前回と仕様を変えました。メモリーの５０H−５７H にある８ワード（１ワード＝4ビット）ビッグエンディアン16進数をIX、５８H−５FHにあるものを IY とし、キーボードから入力する４ビット整数を IA とするとき、IY＝IA＊IX＋IY を計算し、さらに IX=IY, IY=0 とします。最終的な結果は IX (５０H−５７H) に入ります。計…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffortran66.hatenablog.com%2Fentry%2F20090709%2F1247072558&quot; title=&quot;16進数での 8*4bit = 32bit * 4bit の掛け算。および階乗の計算。 - fortran66のブログ&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>2009-07-09 02:02:38</published>
  <title>16進数での 8*4bit = 32bit * 4bit の掛け算。および階乗の計算。</title>
  <type>rich</type>
  <url>https://fortran66.hatenablog.com/entry/20090709/1247072558</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
