Machine Code & Assembly Language - Let's Make a Redstone Computer! #4

  Рет қаралды 50,185

mattbatwings

mattbatwings

Күн бұрын

Пікірлер: 199
@mattbatwings
@mattbatwings 3 ай бұрын
To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/mattbatwings You’ll also get 20% off an annual premium subscription.
@Realduokidsfan
@Realduokidsfan 3 ай бұрын
First
@Hnxzxvr
@Hnxzxvr 3 ай бұрын
I eat bats:)
@kaiperdaens7670
@kaiperdaens7670 3 ай бұрын
Brilliant is back
@SF124-was-a-taken-username
@SF124-was-a-taken-username 3 ай бұрын
Mr ingenious wants us to me smart too :)
@ghal00xx
@ghal00xx 3 ай бұрын
Matt wonder if you could make selection sort in Minecraft and I saw you did counting at 5hz and 11 ticks per second and bubble sort so I wonder if you could do selection
@snibo1024
@snibo1024 3 ай бұрын
For some reason making it a Minecraft tutorial is much more aprochable than videos that use actual computers or a shit load of diagrams, even though it's exactly the same principles
@deltamico
@deltamico 3 ай бұрын
the reason is that the target group has hours of experience with redstone
@selikwilhelm4086
@selikwilhelm4086 3 ай бұрын
@@deltamico nah, not even. I'm actually a computer science student and this is is actually miles better than the stuff you get at my uni in terms of complexity. much more easy to follow along in here.
@mitchratka3661
@mitchratka3661 3 ай бұрын
​​@@selikwilhelm4086literally bro, I'm a compeng student and these videos are a perfect summary of the topics in my system architecture classes, both compeng and compsci
@fus-ro-dah
@fus-ro-dah 3 ай бұрын
@@selikwilhelm4086 I think it's because you're seeing it being built, rather than just being told how its built. The concepts appear much less arcane.
@Woshibairen
@Woshibairen 3 ай бұрын
@@fus-ro-dah This and his format works well to explain how it works because there is animations for everything. A lot of time for presentations it's just lecture slides with info dumps and pictures. An example, him showing how assembly goes to binary, he shows each part of the instruction turn into their respective bits, which provides an extremely solid connection to the opcode/operands and what they're represented with in binary.
@pannekook2000
@pannekook2000 3 ай бұрын
I actually adore that you made the metaphor of the CPU being a tiny man pressing buttons real
@mrBrod._.
@mrBrod._. 3 ай бұрын
IM SO EXCITED FOR THIS SERIES!!!
@mehradzeinali9703
@mehradzeinali9703 3 ай бұрын
me too
@Saucy26
@Saucy26 3 ай бұрын
As a CS student taking a computer organization and architecture class rn, I love seeing the stuff that I'm learning implemented like this. Keep up the good work bro :)
@EinSatzMitX
@EinSatzMitX 3 ай бұрын
Im currently building my completely own 16bit cpu together with a friend and this series already helped out sooo much, im really grateful for having some one like you teaching these things in a relatively approachable way
@pierrotledino3256
@pierrotledino3256 3 ай бұрын
wow, same!!! u doing it on minecraft or irl ?? if irl, maybe we could talk about it !
@Dmltpl-r7l
@Dmltpl-r7l 3 ай бұрын
Me same
@Dmltpl-r7l
@Dmltpl-r7l 3 ай бұрын
​@@pierrotledino3256me same
@pierrotledino3256
@pierrotledino3256 3 ай бұрын
@@Dmltpl-r7l wanna make a discord or sum ?
@undersunbit
@undersunbit 3 ай бұрын
I've been so excited and couldn't wait for Mattbatwing's series to build my own computer that I started to search more and I already made some add programs using Program ROM and Path control using Control ROM. and started my ISA. so whatch Mattbatwing's series will be useful to synchronize knowledge. if you are excited as me, just start do learn by yourself everywhere on internet
@LightslicerGP
@LightslicerGP 3 ай бұрын
Also key point: having r0 always be 0 is useful in not needing a "read" signal for when you do rightshift, just noticed that If you had been able to use r0, you would NEED a read line for right shift so you don't accidently use the data in r0 when "plugging in" r0 for the "second operand" (which doesn't exist) Amazing, gg as always
@rafal.qwerty
@rafal.qwerty 3 ай бұрын
I am very impressed with your understanding of these topics. I graduated IT university a few years ago and even though I had quite a high grade, when I watch your videos I feel stupid. With your knowledge and deep understanding you can achieve big things in your future carrier. Not only as a redstoner.
@CommiePlasma
@CommiePlasma 3 ай бұрын
Me jumping back and forth between "this is so easy" into "what is even going on"
@Fish-E-13
@Fish-E-13 3 ай бұрын
So true😂
@amyhughes2149
@amyhughes2149 Ай бұрын
me every time I try to learn about programming and computers
@PieceOfMulch
@PieceOfMulch Ай бұрын
First few minutes “can’t be that hard” Next few minutes “Bro wtf is is?!” Next few minutes “Oh never mind it’s easy” Last few minutes “I really hope that’s optional”
@leadscollector
@leadscollector 3 ай бұрын
I do love that doing this in Minecraft has given a great breakdown and visual display of what all the components do.
@hikariwuff
@hikariwuff 3 ай бұрын
I've never seen concepts like this explained so clearly. Awesome job man
@mrBrod._.
@mrBrod._. 3 ай бұрын
I loved the video! I will get started on this once I finish my other project!
@dmitryvolovich4357
@dmitryvolovich4357 3 ай бұрын
Great video! Small typo in the table at 6:00 though: it's "pseudo", not "psuedo".
@mcblaze905
@mcblaze905 3 ай бұрын
Ya Matt, great video. I'm totally loving these series but just to ask, can you do a live stream of you building with redstone. Just wanna see how redstoners actually do their build
@46raulfull
@46raulfull 3 ай бұрын
i'm learning more about computers with these videos than with college xd
@deadrosas
@deadrosas 3 ай бұрын
I love these episodes! My fav series in yt right now
@thebluefroganimation
@thebluefroganimation 3 ай бұрын
LESS GOOOOO ANOTHER EPISODE!!!!
@minercraftal
@minercraftal 3 ай бұрын
Thank you for teaching me computing, this is what I called learning computing 😂 knowing how exactly switches are doing is so important
@Boolium_Nor
@Boolium_Nor 3 ай бұрын
I’m really excited for this, as this is what I’m currently beginning work on for my own project!
@SubatomicPlanets
@SubatomicPlanets 3 ай бұрын
I would really love a video about different CPU architectures! Which ones are used most often, which are easiest, which are most redstone friendly?
@Waffle_6
@Waffle_6 3 ай бұрын
hey matbatwings, im in university right now for computer and electrical engineering, focusing on comp engineering of course. and im really quite surprised how well this is all structured. this is what we went over freshman year of college really quite nicely and cpu design is basically datapath optimization x1000 lol. this is really cool. ive been meaning to build a cpu in minecraft, most ive done was design a 4 function calculator(with square root via newtons method was so cool to 16yo me) and like computational redstone was really the reason why i went to school for this im sure your videos are going to inspire alot more people to go into this, thats pretty cool
@yarrakobama3417
@yarrakobama3417 3 ай бұрын
Nice work, but... writing mc assembly just to use a python script to translate that into a minecraft structure to run a program within a game inside a game engine handling graphics via OpenGL controlling a graphics device who's driver was started by the OS which was itself started by the bootloader which was itself started by the BIOS loading the MBR but only after performing a POST which was triggered by you pressing the power button which is only possible due to centuries of research by people way smarter than us. (I can't wait for someone to make a C compiler for this)
@Satscraft_MC21
@Satscraft_MC21 Ай бұрын
NIce :D
@goldensaddle1361
@goldensaddle1361 2 ай бұрын
This series teaching me more about computer's working than actual logism tutorials which my brain can't understand
@braytongoodall2598
@braytongoodall2598 3 ай бұрын
There are a lot of people who build CPUs in minecraft: it'd be wild to see you implement the first GPU Nvidia released (or the early generations of graphics co-processors in the Japanese consoles)
@kaiperdaens7670
@kaiperdaens7670 3 ай бұрын
Lessgoooo more computer
@dannyhoang9623
@dannyhoang9623 3 ай бұрын
This so so cool to watch while also taking a computer engineering class
@henrynagel2658
@henrynagel2658 3 ай бұрын
Bro is ADDICTED to the brilliant sponsorships
@monowarabegum1443
@monowarabegum1443 3 ай бұрын
Yeah
@annevanderbijl3510
@annevanderbijl3510 3 ай бұрын
I actually have an exam on assembly and matt is helping me out
@LogicPrism
@LogicPrism 3 ай бұрын
Mattbatwings on top!!!
@Vitrivius
@Vitrivius 3 ай бұрын
and i’m the bottom
@TOPHATTIMMY-SAYS-HI
@TOPHATTIMMY-SAYS-HI 3 ай бұрын
Who here loves redstone?
@mcblaze905
@mcblaze905 3 ай бұрын
Me!!!!
@chiken99100
@chiken99100 3 ай бұрын
Not me im shit at it
@Oogiescat1234
@Oogiescat1234 3 ай бұрын
🖐️
@RandomytchannelGD
@RandomytchannelGD 3 ай бұрын
ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME ME
@moni9710
@moni9710 3 ай бұрын
Me!!
@thehexagon_yt
@thehexagon_yt 3 ай бұрын
9:42 I'd argue that it's more nice (even though much less options) than std::cout >> "Hello world!";
@irp3ex
@irp3ex 3 ай бұрын
std::cout
@thehexagon_yt
@thehexagon_yt 3 ай бұрын
@@irp3ex yeah, didn't use C++ for a long time tbh. >> Was for input, right?
@irp3ex
@irp3ex 3 ай бұрын
@@thehexagon_yt yeah cin >> input;, how i memorized this is
@lukasjetu9776
@lukasjetu9776 3 ай бұрын
idk why but i still like to use printf("Hello world!");
@rodrigoqteixeira
@rodrigoqteixeira 3 ай бұрын
10:55 Now that you talk about it. I have been considering wether making an intermediate assembly language for optimisation reasons would be worth it for the compiler. It woule be good to avoid a pop instruction emediately after a push. Also avoiding multiple ADIs to r3 one after the other.
@Lino-ty5hv
@Lino-ty5hv 3 ай бұрын
This is absolutely a thing; in fact most compilers for high-level languages will go through multiple intermediate representations and perform optimisations at each step. The most basic example is that a lot of languages compile to the LLVM intermediate representation, because then they can take advantage of the massive amount of work that’s already been put into making optimisers for that bytecode. It also has the advantage that a person making a high-level language doesn’t have to worry about the different machine codes for different computer architectures, because the people who work on LLVM have that mostly sorted already
@rodrigoqteixeira
@rodrigoqteixeira 3 ай бұрын
@@Lino-ty5hv ok, but the question is if I should do it on the compiler
@DarmiGames
@DarmiGames 3 ай бұрын
Explained really well! Really cool series, as always😅
@Bodillydog
@Bodillydog 3 ай бұрын
I think I’ve chosen my computational device for advent of code this year!
@Realduokidsfan
@Realduokidsfan 3 ай бұрын
Hello mattbatt Tysm!
@HyperNightGalaxy
@HyperNightGalaxy 3 ай бұрын
Always nice videos :)
@BeratKaya49
@BeratKaya49 2 ай бұрын
Dialogue between Mattbatwings and other people: mattbatwings: I know informatics very well. X: Wow, what program do you use to do your projects? mattbatwings: Minecraft X: WTF
@thecossackfromukraine
@thecossackfromukraine 3 ай бұрын
9:27 Assembly Lanuage 🙏🙏🙏
@whyamihere-rc7ib
@whyamihere-rc7ib 3 ай бұрын
this teaches me better then in school no cap
@Wmann
@Wmann 3 ай бұрын
Gotta love reinventing the computer within Minecraft.
@HMT_main
@HMT_main 3 ай бұрын
I was just watching the new GPU video from Branch Education!
@xPlay5r
@xPlay5r 3 ай бұрын
Yay! Another coolest video!
@Slicudis
@Slicudis 3 ай бұрын
Greetings!
@SobTim-eu3xu
@SobTim-eu3xu 3 ай бұрын
Man, you're the beast
@caut-arg
@caut-arg 3 ай бұрын
It would be nice to have people knowing what they are explaining at college. My teachers look like random people brought from the street
@Cosiner
@Cosiner 3 ай бұрын
i finally have a video thats ACTUALLY a computer not just "HeY gUyS i BuIlT a ReDsToNe CaLculAtOR" even though the thumbnail name is "i made a redstone computer!!!"
@Cosiner
@Cosiner 3 ай бұрын
by the way i actually get every single thing you say. even if im a low level dev i still made 3D in scratch and made a CPU with a logic engine
@sidarth632
@sidarth632 3 ай бұрын
Clicked as soon as I saw
@Luc6029
@Luc6029 3 ай бұрын
I will have a computer architecture course for school in a few months and this is making me extremely excited for some reason (most students view it as a horrible course)
@mrBrod._.
@mrBrod._. 3 ай бұрын
Yesssss!!!
@JiosX
@JiosX 3 ай бұрын
This is how programming in Assembly feels like
@TobCraft
@TobCraft 3 ай бұрын
awesome series
@Pingvinusz_pingvinovics-q9b
@Pingvinusz_pingvinovics-q9b 3 ай бұрын
Brilliant got back, (u can run but u can't hide from it😈)
@GerardoGonzalez-pv6wh
@GerardoGonzalez-pv6wh 3 ай бұрын
Nicely explained
@RandomMinecraftUser8
@RandomMinecraftUser8 3 ай бұрын
Python translator when
@balr1221
@balr1221 3 ай бұрын
See you in another month for the next component ;-;
@Borbarad13
@Borbarad13 3 ай бұрын
Very nice video!
@cleodgameing8411
@cleodgameing8411 3 ай бұрын
I just realised that he probably is eventually going to have to make a g.u.i and then he will probably play Minecraft inside of Minecraft 😂
@Pedritox0953
@Pedritox0953 3 ай бұрын
Great video!
@rodrigoqteixeira
@rodrigoqteixeira 3 ай бұрын
After watching this video I kinda wanna make a program rom but I'd need to build the alu and register file first
@luketurner314
@luketurner314 3 ай бұрын
This reminds me of Ben Eater's series on a breadboard computer, but in Minecraft
@Garfield_Minecraft
@Garfield_Minecraft 3 ай бұрын
make a compiler next so the way your assembly work is it adds 2 numbers but require third register for storing the result? that's quite weird because in real world you only need two arguments/operands it stores in the first register. there isn't eax, ebx, ecx, or stack pointer esp. I guess you're not trying to replicate x86 architecture it could be use with jumping to labels and calling functions
@valshaped
@valshaped 3 ай бұрын
This is a RISC architecture-it aims to do more with less, and a large part of that is forcing every register to be general purpose. Since there's no special-purpose accumulator register, you have to design the instruction set to allow storing results in an arbitrary register. It complicates the register design slightly, but means that you can omit entire classes of instruction. That's also why the zero register is a necessity. For example, you don't need a register-to-register move instruction, since `mov r1, r2` is equivalent to `ADD r1 r0 r2` You can even bake support into the assembler for this kind of pseudo-instruction, and map the mnemonic `MOV r1 r2` to the machine code `0010 0001 0000 0010` (ADD r1 r0 r2) or any other equivalent instruction.
@ericcheng5496
@ericcheng5496 3 ай бұрын
Guess we would need an ‘immediate generator’ next😊
@RandomMinecraftUser8
@RandomMinecraftUser8 3 ай бұрын
Doom when
@manouel3417
@manouel3417 24 күн бұрын
What is right shift exacly? is it like multiplication by 2 or division by 2 ?
@joshuaweber5577
@joshuaweber5577 10 күн бұрын
Yea that’s basically what it does It actually makes the individual bits move to the left or to the right, so the 2s place to the 4s place, 4s place to the 8s place, etc.
@BotturasStudios
@BotturasStudios 3 ай бұрын
what are you going to do in the next video? like what is the next step so i can start trying to figure that out before you make out a video of it (probably the 26th)
@noobdodo6027
@noobdodo6027 3 ай бұрын
Lets go
@lukasjetu9776
@lukasjetu9776 3 ай бұрын
where
@tominoss1399
@tominoss1399 3 ай бұрын
Yipee a new video
@loukas130
@loukas130 3 ай бұрын
LET’S GOO !!!
@SnT-l8d
@SnT-l8d 3 ай бұрын
im the only one in my class (Informatics) who understands shit, beacuse u explain better than the teacher
@MaksymKvasov
@MaksymKvasov Ай бұрын
Bro talks like a god
@superasax3245
@superasax3245 3 ай бұрын
This vid isn’t in the playlist yet :p
@krasavic3haha
@krasavic3haha 3 ай бұрын
Im trying to build this but I cannot figure out how put repeaters there because without them it cannot reach the end of one branch. Can somebody please help me?
@justinnamilee
@justinnamilee 3 ай бұрын
I'm having trouble with your 6-bit ALU configuration but 4-bit opcodes... But other than that, neat! EDIT: Oh yes, it's been a while since the ALU video, but nevermind. EDIT2: Yeah, really you could have just stuck with NAND and said heck the rest of the bitwise operations. xD
@koyarnosredstone5783
@koyarnosredstone5783 3 ай бұрын
Allright, so after 3, 4 years, bennyQBD has been surpassed. that has to be celebrated!
@danishsayyad9136
@danishsayyad9136 3 ай бұрын
Thanks to brilliant for sponsoring this video!
@curtisnewton895
@curtisnewton895 2 ай бұрын
this is fucking cool
@matthewparker9276
@matthewparker9276 3 ай бұрын
Well at least three of the remaining instructions has to be SET, MOV, and some kind of conditional jump. I wonder what the plans are for the other 7.
@matthewparker9276
@matthewparker9276 3 ай бұрын
Although, come to think of it, with the three operand setup, MOV isn't strictly necessary.
@misha279_UA
@misha279_UA 3 ай бұрын
2:06 why there are 9 functions, but 11 rows in table?
@mattbatwings
@mattbatwings Ай бұрын
Whoops.. I forgot to include implies and nimplies in the text. they are the 3rd to last row and 2nd to last row, above right shift. So actual text looks like this Add Sub XOR XNOR OR NOR AND NAND IMPLIES NIMPLIES Rshift
@tyboro2275
@tyboro2275 3 ай бұрын
why is the right shift fixed to shifting 1 bit instead of making the user able to shift n bits we have 4 bits free now cant we use those for this?
@shishioko
@shishioko Ай бұрын
im guessing its because of it being difficult to build a simple circuit that shifts more than 1 bit without it bein unnecessarily big or taking n times more time or such
@WhoStoleMyFreakingUsername
@WhoStoleMyFreakingUsername 3 ай бұрын
Next video: CPP compiler in minecraft
@hunted_games
@hunted_games 3 ай бұрын
here within 5k views!
@hunted_games
@hunted_games 3 ай бұрын
also within first 1k likes
@shub9869
@shub9869 3 ай бұрын
@mattbatwings why not make a Hex redstone component?? Pls
@blu3260
@blu3260 3 ай бұрын
"Still not as nice as C++ or Python" To each their own I guess
@Pazi-so2yd
@Pazi-so2yd 3 ай бұрын
can u make a tutorial on how to make a flat tile display like in the one u did on the 2048 game or the minesweeper game
@endcore282
@endcore282 3 ай бұрын
Mattbatwings can you build a giant redstone comparator without using any redstone comparators
@NieMamNicku
@NieMamNicku 3 ай бұрын
nareszcie
@oxygen2623
@oxygen2623 3 ай бұрын
So, that assembler can be made as we wish? Like you wrote 0010 0001 0001 0010 But can i customize it to 0001 0001 0010 0010?
@samuelhulme8347
@samuelhulme8347 3 ай бұрын
The 1s and 0s the assembler outputs must match the instructions you have in the Control ROM and how you have ordered the instructions’ operands.
@deltamico
@deltamico 3 ай бұрын
That would make it postfix, a format somewhat compatible with his calculator design
@Vitrivius
@Vitrivius 3 ай бұрын
nice boykisser pfp
@thunderd7904
@thunderd7904 3 ай бұрын
Damn, I’m learning assembly code rn and I HATE it compared to C. Maybe this vid will change my mind
@Understated4
@Understated4 3 ай бұрын
I can barely make a screen 😅 you just casually make an entire cpu 😮😮 with me, to no avail😢😢
@zombiechameleon614
@zombiechameleon614 3 ай бұрын
Im kinda sad i couldnt watch it right when it was posted ):
@juanramonvazquez3212
@juanramonvazquez3212 3 ай бұрын
i like the psuedo code
@roostydoo2
@roostydoo2 3 ай бұрын
Lanuage 9:28
@asdfjalsdjwoifsoiwfsas
@asdfjalsdjwoifsoiwfsas 3 ай бұрын
can you do a block by block tutorial
@Official-Fake
@Official-Fake 3 ай бұрын
No Von Neumann Architecture?😐
@SteedAnimations
@SteedAnimations 29 күн бұрын
No cause on his first computer video he says that he prefers harvard over von neumann
@SomeGuyWithALife
@SomeGuyWithALife 3 ай бұрын
THE VIDEO IS SPONSORED BY BRILLIANT
@Omena0
@Omena0 3 ай бұрын
Why not be able to rightshift by n? Would it take too long?
@kaida_mtd
@kaida_mtd 3 ай бұрын
Is there a way to convert the asymboly language into machine code in game using redstone?
@Kynatosh
@Kynatosh 3 ай бұрын
8:29 "Psuedo" Code typo ;-)
@amynagtegaal6941
@amynagtegaal6941 3 ай бұрын
Will it ever be able to run doom tho?
Instruction Memory - Let's Make a Redstone Computer! #5
15:07
mattbatwings
Рет қаралды 47 М.
The Redstone Block I've Always Wanted
8:10
Purplers
Рет қаралды 326 М.
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
Mini Project PinYinChinese Phonics Helper 0 Project Intro
6:12
CodeWithWilliamJiamin
Рет қаралды
I Made a PERFECTLY Accurate Clock in Minecraft!
23:36
jazziiRed
Рет қаралды 211 М.
I Made The Ultimate Cheating Device
9:39
ChromaLock
Рет қаралды 1,9 МЛН
I Built a Calculator in Survival Minecraft
29:45
rekrap2
Рет қаралды 3,2 МЛН
How I Built A LEGO Treadmill That Moves In EVERY Direction
18:06
Banana Gear Studios
Рет қаралды 1,1 МЛН
Is 8-Bit Minecraft Possible?
12:58
Inkbox
Рет қаралды 1,4 МЛН
HOW TRANSISTORS RUN CODE?
14:28
Core Dumped
Рет қаралды 693 М.
What is the Smallest Possible .EXE?
17:04
Inkbox
Рет қаралды 617 М.
Minecraft redstone has changed
12:45
Mumbo Jumbo
Рет қаралды 1,7 МЛН
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН