Advanced Redstone Computer Tutorial 5: CISC vs RISC

preview_player
Показать описание
In this video we discuss the pros and cons of CISC and RISC instruction sets. I also discuss which one I'm going to use in the tutorial and why so.
Рекомендации по теме
Комментарии
Автор

I'm following this tutorials to do a processor in real life with gates, you just explain so freaking well!

lorenzorossi
Автор

I am interested in an Instruction set series.

alexjones
Автор

Your Videos are more informative than my Computer Science Professor's Lectures

insi
Автор

"Ludicrous speed" I'm dead XD Love the videos, I just wish I would've found them sooner, they've been a real help in my attempt at a computer of my own.

ninjaflashed
Автор

I feel like you've talked about this before, but what's your background? How do you know all of this?! (awesome series btw!)

trbone
Автор

"Those are all risks" ~bennyscube 2013
x)

thogameskanaal
Автор

get that instruction set series started :D

Palerider
Автор

Not quite, but you're close. Most redstone computers don't use instruction sets; you program with raw instructions. An instruction set takes the instructions that are useful together and organizes them so it's easy to use and program. For instance, rather than having a subtract command be "invert B, add 1, " you would have a dedicated code for subtraction, and only let useful data be used with it such as numbers to subtract and where to save the result.

bennyscube
Автор

Learning to make a computer in minecraft means you learn every detail of computing, so this is a better series than one about building one in real life, because most real tutorials go as far as "the heat sink cools the components. Snap the processor into the motherboard. " this is more in-depth.

RayDon
Автор

I don't really have much of a "background." I just study this stuff for fun on my own.

bennyscube
Автор

I made my own IS ASSLISC add subtract save load instruction set computing

patrickwellerwrites
Автор

@Owen Baggaley : BCD means "Binary Coded Decimal" so instead of representing number in binary like this: 1010 (10 in dec) you represent them as this: 0001 0000 so 4Bits represent one digit of a decimal number^^

TheCrzyBy
Автор

Choose 1: Processing Speed or Memory Usage

LiftedStarfish
Автор

Plz get next vids out ASAP!!!! We're lovin'm

iFumbug
Автор

i feel like CISC took over the desktop CPU market mainly because Moore's law allowed Intel and AMD to keep improving on their original choice of architecture. I think in Minecraft, it would be more practical to just use a RISC architecture if you are moderately skilled in programming. also, Moore's law doesn't really apply either since you can only make an XOR gate so small... unless Mojang releases newer redstone components that make them more compact but yeah.

Also, hybrid CPUs exist

spder
Автор

Evolution theory suggests that the egg came before the chicken as any mutation that lead to the chicken as we know it could have only occurred within an egg (or upon conception, which leads to an egg that will hatch a chicken). :D

jesuizanmich
Автор

I'd like to know how you go about designing your own instruction set.

ZackeryFox
Автор

Designing an Instruction Set tutorial :D Make it! :D

bihazards
Автор

It's relatively accurate, yes. :)

bennyscube
Автор

Would it be possible to have CISC AND RISC IS's in one computer? You would use a flip-flop to toggle between the two, you could program the computer to tell when an intensive program is being called, and have it switch to CISC, but wen a very simple on is being called, switch to risc?

olfrostyy