80386 Multiplication and Division
nand2mario.github.io
80386 Multiplication and Division
1–10 of 32 posts
Re: 80386 Multiplication and Division
#2Re: 80386 Multiplication and Division
#3I wonder if anyone outside of Intel has discovered the actual bug in the circuitry yet.
Re: 80386 Multiplication and Division
#4Are we part of a collective mind ? Do social networks algorithms shape society that deeply that we all end up having about the same random thoughts ?
This is really scary in a way.
Re: 80386 Multiplication and Division
#5Is there a rational explanation on why there seems to be a HN article answering the weirdest questions i had in my mind just a few days ago ? Only yesterday i wondered how did CPU performed division. I didn't ask or type anything about it. It was just in my mind. And now this. Are we part of a collective mind ? Do social networks algorithms shape society that deeply that we all end up having about the same random tho…
Yesterday there was something similar that might have planted a seed in your mind like it did for other people.
Re: 80386 Multiplication and Division
#6Is there a rational explanation on why there seems to be a HN article answering the weirdest questions i had in my mind just a few days ago ? Only yesterday i wondered how did CPU performed division. I didn't ask or type anything about it. It was just in my mind. And now this. Are we part of a collective mind ? Do social networks algorithms shape society that deeply that we all end up having about the same random tho…
Re: 80386 Multiplication and Division
#7Is there a rational explanation on why there seems to be a HN article answering the weirdest questions i had in my mind just a few days ago ? Only yesterday i wondered how did CPU performed division. I didn't ask or type anything about it. It was just in my mind. And now this. Are we part of a collective mind ? Do social networks algorithms shape society that deeply that we all end up having about the same random tho…
Not sure if it has a name but often there’s a trend of “one thing leads to another” related articles on the HN front page. Yesterday there was something similar that might have planted a seed in your mind like it did for other people. https://news.ycombinator.com/item?id=46735133
Re: 80386 Multiplication and Division
#8The three-operand form of IMUL also already existed on those processors.
>This wasn't just an incremental upgrade—it was the foundation that would carry the PC architecture for decades to come.
AI?
Re: 80386 Multiplication and Division
#9The 80186 and NEC Vxx chips - and of course also the 286 - could already do mul/div in one cycle per bit (+ some overhead for the microcode). What they didn't have was the early-out optimization. The three-operand form of IMUL also already existed on those processors. >This wasn't just an incremental upgrade—it was the foundation that would carry the PC architecture for decades to come. AI?
Probably not; this point is well justified by both theory and practice. Supporting suitably larger operands is indeed what naturally comes following the increase of computation demands.
One point I do differ from the author is that register width don't necessarily correlate with the size of address space. Even 8bit machines can address a large space by splitting apart the logical address and using multiple registers. Likewise, having a wide register does not imply the same address width.
Re: 80386 Multiplication and Division
#10The 80186 and NEC Vxx chips - and of course also the 286 - could already do mul/div in one cycle per bit (+ some overhead for the microcode). What they didn't have was the early-out optimization. The three-operand form of IMUL also already existed on those processors. >This wasn't just an incremental upgrade—it was the foundation that would carry the PC architecture for decades to come. AI?