<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/rss/stylesheet/" type="text/xsl"?>
<rss xmlns:content='http://purl.org/rss/1.0/modules/content/' xmlns:taxo='http://purl.org/rss/1.0/modules/taxonomy/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:itunes='http://www.itunes.com/dtds/podcast-1.0.dtd' xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:atom='http://www.w3.org/2005/Atom' xmlns:podbridge='http://www.podbridge.com/podbridge-ad.dtd' version='2.0'>
<channel>
  <title>苏迟但到的主页</title>
  <language>zh-cn</language>
  <generator>microfeed.org</generator>
  <itunes:type>episodic</itunes:type>
  <itunes:explicit>false</itunes:explicit>
  <atom:link rel="self" href="https://kexohproject.pages.dev/rss/" type="application/rss+xml"/>
  <link>https://kexohproject.pages.dev</link>
  <description>
    <![CDATA[<p>你好，欢迎访问个人主页！</p><p>擅长密码学，安全分析，数字水印等技术。</p><p>你可以联系我通过:findmykexin@gmail.com或者知乎私信。</p><p>我的知乎链接：<a href="https://www.zhihu.com/people/su-chi-dan-dao" rel="noopener noreferrer" target="_blank">苏迟但到 - 知乎 (zhihu.com)</a></p><p>我的github链接：<a href="https://github.com/kexinoh" rel="noopener noreferrer" target="_blank">kexinoh</a></p>]]>
  </description>
  <itunes:author>苏迟但到</itunes:author>
  <itunes:image href="https://kexohcdn.gptapi.cyou/kexohproject/production/images/channel-2e54d141ee195646ca12a9d16507a908.jpg"/>
  <image>
    <title>苏迟但到的主页</title>
    <url>https://kexohcdn.gptapi.cyou/kexohproject/production/images/channel-2e54d141ee195646ca12a9d16507a908.jpg</url>
    <link>https://kexohproject.pages.dev</link>
  </image>
  <copyright>©2024</copyright>
  <itunes:category text="Education">
    <itunes:category text="Language Learning"/>
  </itunes:category>
  <itunes:category text="Technology"/>
  <item>
    <title>指令是CPU定义的还是程序定义的？</title>
    <guid>0xGRYvVJwaO</guid>
    <pubDate>Thu, 21 Jul 2022 05:29:25 GMT</pubDate>
    <itunes:explicit>false</itunes:explicit>
    <description>
      <![CDATA[<p data-pid="WRJbqc_X">#计算机组成原理#</p><p data-pid="FIV-hcWq">指令集是在芯片开发的时候就写入CPU，并集成为硬件的一部分。</p><p data-pid="SjIMfemg">而程序是由多条指令组成的，并没有定义指令的权限，只有使用指令的权限。在我们实际运行的时候要通过编译器把程序翻译成指令才能真正在计算机中运行。</p><p data-pid="DYO35p4b">所以我们这里就引入了当代计算平台最麻烦的问题之一，移植性问题。</p><p data-pid="10m1KZGv">例如常看机圈的朋友都知道有骁龙888，还要intel芯片。不同种类的芯片里面包含了指令集不同，导致了如果你直接把电脑端的exe软件包安装到手机端将无法运行。</p><p data-pid="CK77BqLv">当然这里面还包含了操作系统的原因，很多程序在编写的时候应用到了操作系统的库函数，随着操作系统的升级或者改变，使得原来的库函数将无法被执行。我们在不考虑操作系统的情况下，硬件本身就存在着难以移植的问题。</p><p data-pid="-X-iET4q">所以相同的程序在不同的芯片端都需要经过不同的编译软件进行编译。</p>]]>
    </description>
    <itunes:title>New Article Title for iTunes</itunes:title>
  </item>
</channel>
</rss>