TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Intel 80386, part 1: Introduction

141 点作者 nikbackm超过 6 年前

7 条评论

smhenderson超过 6 年前
Raymond Chen is such a joy to read. I’m old and jaded enough to have very mixed feelings about Microsoft but it’s obvious they’ve had some very talented programmers over the years.<p>If I didn’t get enough pleasure from using Microsoft software over the years as I did from other OS’s I certainly made up for it reading stories from MS folk like Raymond.<p>As always a great and informative read!
kccqzy超过 6 年前
See also the second and third installment:<p><a href="https:&#x2F;&#x2F;blogs.msdn.microsoft.com&#x2F;oldnewthing&#x2F;20190122-00&#x2F;?p=100755" rel="nofollow">https:&#x2F;&#x2F;blogs.msdn.microsoft.com&#x2F;oldnewthing&#x2F;20190122-00&#x2F;?p=...</a><p><a href="https:&#x2F;&#x2F;blogs.msdn.microsoft.com&#x2F;oldnewthing&#x2F;20190123-00&#x2F;?p=100765" rel="nofollow">https:&#x2F;&#x2F;blogs.msdn.microsoft.com&#x2F;oldnewthing&#x2F;20190123-00&#x2F;?p=...</a>
userbinator超过 6 年前
<i>The 80386 is unusual in that it supports multiple calling conventions</i><p>It&#x27;s unusual to speak of a processor as &quot;supporting&quot; <i>any</i> calling convention, given that they are simply a convention compilers may follow. The CPU doesn&#x27;t care (and in the case of the 386 which has no return address prediction or special stack handling, it <i>really</i> doesn&#x27;t matter) about such things as functions or procedures either, as you&#x27;ll quickly realise if you read good optimised handwritten Asm.<p><i>Instruction encoding is highly irregular.</i><p>It looks very regular in octal:<p><a href="http:&#x2F;&#x2F;www.dabo.de&#x2F;ccc99&#x2F;www.camp.ccc.de&#x2F;radio&#x2F;help.txt" rel="nofollow">http:&#x2F;&#x2F;www.dabo.de&#x2F;ccc99&#x2F;www.camp.ccc.de&#x2F;radio&#x2F;help.txt</a>
barbecue_sauce超过 6 年前
For x86 information, I really enjoyed Xeno Kovah&#x27;s OpenSecurityTraining courses for Intro and Intermediate x86. Recording quality is a bit spotty, but their whole YouTube channel is filled with great content.
评论 #18987732 未加载
pjmlp超过 6 年前
My first owned PC, a 386SX at 20 MHz, quite a departure from the PCW 1512 at school computer club or the Timex 2068 at home.<p>However I still kept a bit of envy from my friends having fun with their Amiga 500s.
评论 #18988262 未加载
martin1975超过 6 年前
Personally I was looking forward to an intro to TSR programs :)
aswanson超过 6 年前
I wonder if when these processors were developed, from a hardware standpoint, did the engineering team contemplate Turing completeness and the theory of computation, or just try to satisfy a set of perceived customer needs.
评论 #18986163 未加载
评论 #18986525 未加载
评论 #18985823 未加载
评论 #18985723 未加载