<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>y_ahiru</author_name>
  <author_url>https://blog.hatena.ne.jp/y_ahiru/</author_url>
  <blog_title>がんばるぞ</blog_title>
  <blog_url>https://y-ahiru.hatenadiary.jp/</blog_url>
  <categories>
    <anon>コンピュータシステムの理論と実装</anon>
    <anon>Programming</anon>
  </categories>
  <description>www.amazon.co.jp 前回に引き続きこれです ２章概要 2進数、符号付き2進数、2の補数、ブール算術など理解し、加算器・算術論理演算機を実装する 2進数 0と1のみを使って数を表現するやつ 符号付き2進数 正の数と負の数を表現できる2進数 2の補数 符号付き2進数を実現するために使われているやつ。 最上位bitの状態で正か負かを判断できる。 補数を求めるための数式は 2**n - x ※ n= bit数 たとえば 8bitで -5 を表す場合は 2**8 - 5 = 256 -5 = 251 となり、2進数に直すと 11111011 となる これに8bitの5である 0000010…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fy-ahiru.hatenadiary.jp%2Fentry%2F2020%2F07%2F19%2F174513&quot; title=&quot;コンピュータシステムの理論と実装 Chap2 - がんばるぞ&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>2020-07-19 17:45:13</published>
  <title>コンピュータシステムの理論と実装 Chap2</title>
  <type>rich</type>
  <url>https://y-ahiru.hatenadiary.jp/entry/2020/07/19/174513</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
