Write Your Own Emulator for Your Own CPU - Using a Raspberry Pi Pico

  Рет қаралды 48,643

Gary Explains

Gary Explains

Күн бұрын

In previous videos I have talked about how CPUs work and machine code. I have also talked about how to design your own CPU instruction set, and how to write an assembler for that instruction set. Now it is time to emulate your CPU and run the code output by the assembler.
Design Your Own CPU Instruction Set: • Design Your Own CPU In...
Write Your Own Assembler for Your Own CPU: • Write Your Own Assembl...
How Does a CPU Work playlist: • How Does a CPU Work
Let Me Explain T-shirt: teespring.com/gary-explains-l...
Twitter: / garyexplains
Instagram: / garyexplains
#garyexplains

Пікірлер: 109
@OmDahake
@OmDahake 2 жыл бұрын
KZfaq should start a certification course now with the amount of good quality educational content it has
@Emiko1
@Emiko1 2 жыл бұрын
Ohh interesting, saving this to watch in the morning with a cup of tea.
@robertvandersanden
@robertvandersanden 2 жыл бұрын
Makes me remember how back in the 80’s I wrote (in assembly) an emulator to fully emulate an Intel 8080 on a 6502 processor, on a homebrew small computer board. All this in 2kB of RAM, which was all I had. That board must still be around somewhere, although I have no clue anymore how to operate it.
@WildEngineering
@WildEngineering 2 жыл бұрын
Me and a buddy built a fully working RV32I core in a video game called Logic World :) ill be posting videos soon.
@parthpanchal3843
@parthpanchal3843 2 жыл бұрын
Sounds awesome, waiting for your video buddy🙈
@WildEngineering
@WildEngineering 2 жыл бұрын
@@parthpanchal3843 thank you! we are working on getting it to work on compiled rust code. But I think I'm going to release a video going over it's current state.
@WildEngineering
@WildEngineering 2 жыл бұрын
@@parthpanchal3843 video is out :)
@walterpark8824
@walterpark8824 2 жыл бұрын
Terrific. I’d love to see many more along this path. The multiple ICs with communicating functions sounds great. Also expansion of the CPU functions and even 1-, 2-, and 3-word instructions. Emulating the metal!
@PATRIK67KALLBACK
@PATRIK67KALLBACK 2 жыл бұрын
Super cool idea! Look forward to see continuation of this video series!
@onlyeyeno
@onlyeyeno 2 жыл бұрын
Thanks for (another) fantastic video. I really hope it gets enough "attention" for it to be worthwhile Your efforts to keep on doing these more technical videos. And personally I would really enjoy seeing this particular "series" being added to and expanded, You really have a knack for explaining and showing ALL the "working parts". Best regards.
@DW-indeed
@DW-indeed 2 жыл бұрын
About 15 years ago I wrote a 6502 emulator, set it going on an Acorn Electron ROM , traced it through, and ended up in a reset loop. I've tried to pick it up since but couldn't get inspired. Randomly this vid showed up on my feed and you may have triggered another attempt! Great style, no nonsense clear presentation , +1 vote for multi IC project, and subbed!
@ianneill9188
@ianneill9188 Жыл бұрын
Fantastic! Really useful design background as I study the 6502 and write my own emulator for it. Thank you.
@pixelfingers
@pixelfingers 2 жыл бұрын
Thank you for this video, this popped up on my feed, I’ve been going through the others in the series and really liked the simplicity of how you’ve done your instructions (and even the nice simple way you worked out the label offsets in the assembler.) I’ve been fumbling about trying to do this kind of thing myself, but these videos have got me inspired to have another go again. Thank you ☺️👍
@kwazar6725
@kwazar6725 2 жыл бұрын
Fantastic! Brings back what i did in 1986. Asm+dasm level emu. Great work!
@muddyexport5639
@muddyexport5639 2 жыл бұрын
Professor this was and is great! Keep on keeping on with this avenue. So interesting. Tinkered with IBM 360 Assembler 40 years ago (80 col. punched cards and the ubiquitous Green Card). Refreshing all around. Great project for kids to learn Assembler and how to debug a core dump.
@slaquers
@slaquers 2 жыл бұрын
Absolutely love these CPU designing, emulation, and implementation videos - got me sub'd looking forward to more
@rsc9520
@rsc9520 Жыл бұрын
Me too!
@n0kodoko143
@n0kodoko143 2 жыл бұрын
Hey Gary, this is awesome! I'd bet much enjoy a video about a larger system! Thanks!
@RobertLugg
@RobertLugg 2 жыл бұрын
Gary, thank you for opening my eyes to how I might build an emulator/virtual machine.
@edwardlane1255
@edwardlane1255 2 жыл бұрын
comment for the algorithm this is ahead of my understanding but for some reason the youtube gods served this up to me before the other videos you mentioned. I still gained a chunk of info that made sense by 5mins30 - so bailing out now and when my brain has recovered I'll go and watch the initial ones, so that i've got a better chance when I watch this from the start again. Thanks for doing something interesting on youtube :)
@Snickersnack329
@Snickersnack329 2 жыл бұрын
Yes, definitely do that second one! I’m very interested to see how much can be done by ganging up several picos.
@dl8cy
@dl8cy 2 жыл бұрын
Could be the start of a wonderful series - i'd enjoyed it!
@kioshiki4519
@kioshiki4519 2 жыл бұрын
I only recently watched your other videos before this one, glad to see this one arrive and I've got a couple Pi Pico boards. I like the idea of a single part per Pico to build up a system. It would be fun to build the same thing with Pi Pico that are longer boards then something dinky like the Pimoroni Tiny 2040, I can imagine a cool system mounted on a panel to make a working computer model ^_^
@Ski4974
@Ski4974 2 жыл бұрын
Damn this is such an interesting video! Seriously great, Gary explains is a legend lol
@MrEnkelmagnus
@MrEnkelmagnus 2 жыл бұрын
Funny, i didn't find any this hard or surprising, still i found the video ansolutely amazing! I just have never thought how easy it would be to do it. I imagined it being much harder.
@maheadros
@maheadros 2 жыл бұрын
Definitely want to see the independent chips/bigger chips video!
@Xankill3r
@Xankill3r 2 жыл бұрын
A video on separate devices / buses would be amazing!
@carlfranz6805
@carlfranz6805 Жыл бұрын
Lord, this brings back memories. In the 70s a bunch of us wrote a PDP-11 emulator on an IBM 360. We implemented it in IBM 360 assembler (BAL... anyone old enough to remember the Yellow Cards?)). I remember the pain of the design and implementation and the pride when the &^*% thing finally worked.
@blkfngrs636
@blkfngrs636 2 жыл бұрын
Great work!, I was thinking that at 4 bucks and if we defined an emulation language/development envt., then the Pico could be used to emulate older chips by retro makers, or for chips that are more costly/not available now ( as long as the size is no an issue) with some emulation boards (easy pinouts for hookup). Please make more of this series, maybe emulate a real CPU for retro use, one that supports an language that died because of no custom hardware at the time (forth, lisp, etc.), or a CPU that directly supports AI (I know much harder). I think a lot of folks have Picos, are way past the basics, and looking for something that will use the GPIO power to simulate other devices. Thanks Gary
@harrytsang1501
@harrytsang1501 2 жыл бұрын
I don't think this approach can emulate the hardware you suggested in real time. The pico runs its own instructions sequentially, and micropython creates another overhead with the interpreter and garbage collection, etc. On that many layers of overhead, even high level emulation will take significantly more processing that the pico may not be able to handle. There are two approaches for what you want, one is to implement an emulator in something more accessible like webassembly, a great example is on archive.org where old games can be played online using emulator compiled to webassembly Another would be FPGA which essentially morph into the gate arrangements in a hardware level and accurately emulate the behavior without latency
@GaryExplains
@GaryExplains 2 жыл бұрын
Since the old chips ran at just a few MHz, then the Pico could handle it easily. If Python proves to be too slow then the answer would be to use C.
@pubdigitalix
@pubdigitalix 2 жыл бұрын
@@harrytsang1501 Agree with you on micropython. I make an implementation of MIPS R2000 processor in FPGA but this processor is so simple that this is a waste of time. You can simulate this processor in the PICO with a transcompiler without problems, like many other pro emulators.
@HenrikoMagnifico
@HenrikoMagnifico 2 жыл бұрын
Awesome!
@jackdaniels8898
@jackdaniels8898 3 ай бұрын
Please do turn your Pi Pico into a “processor”. Learning how to control the pico’s I/O pins to operate within the confines of external timing would be very interesting.
@andycepi
@andycepi 2 жыл бұрын
i would be interested in seeing option 2 of how to emulate the individual cpu components separately !
@AshtonSnapp
@AshtonSnapp 2 жыл бұрын
I’ve been working on an assembler for my own 16-bit ISA. Still a work in progress tho… would like to look into emulating the ISA at some point.
@filker0
@filker0 2 жыл бұрын
I'm not typical; I do this sort of thing all the time (though not in Python). There are two things I would suggest as improvements for your instruction set: - opcode 0x00 should be either NOOP or HALT - opcode 0xFF should be either HALT or NOOP Why do you set the program counter to 0xFFFF on HALT? Wouldn't it be better to the program counter where it is when the instruction is encountered? Having started my assembly programming life on the PDP-11 where the PC automatically advanced by 2 for every instruction (see note, below), my custom instruction sets (and ISA interpreters) leave the PC pointing to the instruction (if any) following the HALT instruction. Note: For those who argue, as some have in other forums, that the PDP-11 had both 16 and 32 bit instructions due to the immediate addressing modes, this isn't the case; The PDP-11 immediate mode (as in "MOV #65535., R0" to load 0xFFFF into register 0) is actually assembled as "MOV (PC)+, R0"; .word 65535.".
@ed.puckett
@ed.puckett 2 жыл бұрын
Impressive
@aamiddel8646
@aamiddel8646 2 жыл бұрын
Interesting video. Just a question. Most applications handle one input/output pin at a time. How do you handle 8 in/output pins (full byte) at a time using (micro)python?
@cthoadmin7458
@cthoadmin7458 2 жыл бұрын
Imagine being able to turn the Pico into a Z80 processor: mount it on top of a 40 pin socket. the possibilities would be endless. Maybe someone's done this kind of thing already.
@stalinvlad
@stalinvlad 2 жыл бұрын
Is there a yacc or bison would emit python? I suppose that would defeat the educational thrust, or would it?
@__--JY-Moe--__
@__--JY-Moe--__ 2 жыл бұрын
so this is a fpga! yup! nice! this could also re-vive old cpus, 4 raw logic processing. right? super helpful vid.. reminds me of the land before cpu's, when IC's roamed this land! and ate tape! ha..ha.. nice.. good luck with it!
@ruprecht9997
@ruprecht9997 2 жыл бұрын
Nice and interesting video. I remember trying to multitask on the Arduino Uno, with a timer interrupt and some C code, and have also spent some time thinking about the tinyest CPU one can imagine, with a 1-bit ALU, using shift registers supplying data over a 1-bit data bus, spending 8,16,32 or whatever clockticks, to do an operation. :-) Unfortunately those shift registers probably require more gates than the ALU, and you need more of them, so there is no point other than for fun.
@GaryExplains
@GaryExplains 2 жыл бұрын
Thanks, much appreciated. You might be interested in my Piccolo OS videos on this channel.
@OzzMazz
@OzzMazz 2 жыл бұрын
In a moment of nostalgia, I decided to emulate a Motorola 6809 microprocessor using an Arduino Due. To keep with the moment I have built a front panel much like the Altair 8800. The electronics are coming along and I have the switch/LED hardware going. Just need to build the examine, deposit, etc switch board. I used C++ to build the emulation and that seems to have worked out for me. The IDE I am using is Visual Studio Code, very nice. I realised that all my switches, LED's, etc are really a very slow DMA interface. Given that I can use the same hardware to reach memory, it's really a short jump to emulate any microprocessor, a job for another day. Having fun designing.
@oddolavssn8343
@oddolavssn8343 2 жыл бұрын
I think i'll try emulating a m68000. It had a fantastic instruction set 8 32-bit data registrers and 8 32-bit address registers which could be addressed directly, indirectly, directly with index and indirectly with indexes. Wow, it was a fantastic CPU.
@oddolavssn8343
@oddolavssn8343 2 жыл бұрын
And, the m68000 could multitask!
@tmiller9099
@tmiller9099 Жыл бұрын
How did you generate and display the .rom file in Hex?
@Shakespeare1612
@Shakespeare1612 2 жыл бұрын
The Pi Pico is an amazing value, but one of the things I miss the most vs. The Arduino world is the capacitive touch sense library. It saves me a lot of money, and a lot of extra wires/resistors to make my buttons out of simple metal push pins. Can we accomplish this with the Pico? Even if we have to use high value resistors, it would be nice to have. Thanks.
@GaryExplains
@GaryExplains 2 жыл бұрын
Does this help? forum.micropython.org/viewtopic.php?f=5&t=9829
@SHARANPIYUSH22
@SHARANPIYUSH22 2 жыл бұрын
why no speed test g yet with any snapdragon 8 gen 1, and dimensitiy 9000/8100t on your channel?
@TrollingAround
@TrollingAround 2 жыл бұрын
"LD destination, source" but "STL source, destination" - any reason for reversing? Why not just update the display when the video ram has been written to (destination address>=fbff)?
@billbrown3414
@billbrown3414 2 жыл бұрын
I teethed on a DEC PDP-8i, so for years I wanted to build something to emulate it. Somewhere around my junk box is an Intersil PDP-8x on a chip, but I never got around to using it. I bet these young whippersnappers would go crazy with a 12-bit CPU with only one register (the accumulator) and a whopping 4-k (that's 4 kilowords) of address space. (The one I used had 12k of core memory and block-switching in the software, and a 32k (not megs or gigs--KILOWORD) fixed-head hard drive--all with punched tape!)
@ksbs2036
@ksbs2036 2 жыл бұрын
Bragging about your humongous core and DF-32 :-) excellent
@filker0
@filker0 2 жыл бұрын
Ah, yes, the Intersil 6100 or 6120, which was effectively a PDP8e. At one time, you could buy an Ohio Scientific Challenger III with one of these along with a Z80 (or was it 8080) and a 6502. The more common version of the OSI C3 had a 6800 in place of the intersil chip. One of the fun things about the PDP8 is that the peripheral controllers had their own instructions, so a PDP8 program would have both CPU instructions and I/O instructions in-line. I don't recall all the details anymore, but I do recall that it was difficult to write a portable program for the pdp8. The "DECMate" also used one of the Intersil chips for word processing (WPS8) and there was a VT76 (or was it VT78) which was effectively a VT52 with one of the intersil chips; I think it also ran WPS8 for local word processing and could also connect to a minicomputer over a serial line.
@crypticsea
@crypticsea 2 жыл бұрын
Great video! I'm wondering why the mainmem is 65525 and not 65536?
@jyvben1520
@jyvben1520 2 жыл бұрын
typo ?
@GaryExplains
@GaryExplains 2 жыл бұрын
Oooopppps, well spotted that is a typo, I was aiming for 65535 and hit the 2 rather than the 3, but it should be 65536 as you say.
@abhaybhardwaj2029
@abhaybhardwaj2029 2 жыл бұрын
Man, plz put some speed tests on your other channel. We've been eagerly waiting.
@jdunlap1974
@jdunlap1974 2 жыл бұрын
@Gary Explains I think you have an off by one error. 0xfbff through 0xffff is actually 1025 bytes. Your video memory should start at 0xfc00 to only use 1K.
@GaryExplains
@GaryExplains 2 жыл бұрын
Probably, but it can still start at 0xfbff and only use 1k, it doesn't have to go to the end of memory 😜
@PhyChris
@PhyChris 11 ай бұрын
But can it emulate the SuperFX? The historic SNES cart CPU.
@GordieGii
@GordieGii 2 жыл бұрын
At 8:00, line 46 you have 65525 instead of 65535. Are the last 10 bytes reserved for something else?
@GaryExplains
@GaryExplains 2 жыл бұрын
No, it is a typo, it should be 65536.
@paulmichaelfreedman8334
@paulmichaelfreedman8334 Жыл бұрын
Pi Pico is considered a low end computing device. Yet, it's at least 250 times faster, clock for clock, than a 6502 at 1 MHz.
@divyanshukaintura9187
@divyanshukaintura9187 4 ай бұрын
@GaryExplains I am not able to download the "machine" module, please help.
@GaryExplains
@GaryExplains 4 ай бұрын
Micropython for the Pico comes with that module built-in. So I am not sure what issue you are seeing exactly. You are running this on a Pico, no?
@alexany4619
@alexany4619 2 жыл бұрын
Hi, I would like to see your Pico in the socket on a real computer board, working as a real CPU! :-) Many regards, Alexander
@AmauryJacquot
@AmauryJacquot 2 жыл бұрын
instead of the large if / elif /elif / (...) structure, you should use a function array refreshing the display should probably be done when the memory mapped I/O corresponding to it is hit in write mode
@GaryExplains
@GaryExplains 2 жыл бұрын
LOL, no I shouldn't and I cover why I use the if/elif in the video. 🤦‍♂️
@AmauryJacquot
@AmauryJacquot 2 жыл бұрын
@@GaryExplains
@captaindunsell8568
@captaindunsell8568 11 ай бұрын
I have toying with the idea of doing an IBM mainframe … S/370 generation… which, BTW, it was a collection of processors that were task specific… CPU, memory subsystem, channels for IO … all working together…
@captaindunsell8568
@captaindunsell8568 11 ай бұрын
16 32 bit regs, 16 control regs, 31 bit addressing for memory, 16 channels,
@GaryExplains
@GaryExplains 11 ай бұрын
Sounds like a cool idea. Maybe the Hercules S/370 emulator could be ported to the Pico!
@strayling1
@strayling1 2 жыл бұрын
For some real fun, how about writing a gcc backend for your CPU?
@eljuano28
@eljuano28 2 жыл бұрын
🤘😎
@denniszotomayor858
@denniszotomayor858 2 жыл бұрын
Hi professor, you forgot about your speed test g channel? We're waiting for new uploads special Samsung s22 series are released
@TheGamingDinosaurRoblox
@TheGamingDinosaurRoblox Жыл бұрын
why is the first few minutes of the vid is what i was thinking when i got a present from somebody i know that present was an arduino nano so i made a base that i can add a lot if instructions and stuff to
@kennedy67951
@kennedy67951 2 жыл бұрын
Gary, 'would you give me your opinion on what you think of my project? My project is using the (RASPBERRY -- PI 4 or maybe, using the little Pi your talking about here in this Video to replace my Car Computer. I've been thinking about making a Clone or an Image of my Cars Computer, 'so I can Install (HYDROGEN GAS ON DEMAND). I'll be using Electronic Circuits and other components to produce the (Hydrogen Gas) without having to reprogram my Cars Computers, 'which I think, would be very Difficult to do considering today's Circuits and Chip programing Manufacturing processes of today. To reprogram an existing Cars Computer you'll need to know the How's, and Why's they used to do this and the Car or Truck Manufacturing will not Disclose this Information to me or anyone. The right to repair isn't there yet. I was hoping I could bypass all this by just making a Clone or a Image of the Cars Computer. Then just download all the Information to (RASPBERRY -- Pi) replacing the Car Computer. What would your opinion be? Thanks for the upload.
@smokyviking2101
@smokyviking2101 2 жыл бұрын
this is related to a video You released in 2018 how do you recover your Google account if you lost your keys! Using YubiKey Security Keys to Protect Your Google Account (with U2F).??
@banu6301
@banu6301 2 жыл бұрын
What does "reserved" really mean? Why are they "reserved" and not "not used" ?
@GaryExplains
@GaryExplains 2 жыл бұрын
"Not used" means that an engineer (hw or sw) can use them without worry. "Reserved" means you use them at your own peril as some day they will be used and then your hw/sw will break.
@banu6301
@banu6301 2 жыл бұрын
@@GaryExplains thanks for the clarification :)
@rancidbeef582
@rancidbeef582 2 жыл бұрын
LOL, I had an idea to do just this type of thing a few days ago. Nothing new under the sun, I guess....
@vineetkumarbharti2633
@vineetkumarbharti2633 2 жыл бұрын
do something like HARDWARE ACCELERATED EMULATION exists? something like a emulation ASIC converting x86 codes to ARM in real time, with zero performance loss.
@GaryExplains
@GaryExplains 2 жыл бұрын
You can't convert anything with zero performance loss, you can't break the laws of physics.
@xyz2112zyx
@xyz2112zyx Жыл бұрын
Not only program an emulator inside you RPi Pico; also, add an assembler/compiler that takes a source code through serial port and returns the source assembled/compiled. Just like a GNU Bash text application, but connecting stdin and stdout to RPi Pico UART. Hahhahha, like a pile of really portable pocket apps inside a microcontroller...
@Flankymanga
@Flankymanga 2 жыл бұрын
Lots of elif - match case statements would be probably better...
@GaryExplains
@GaryExplains 2 жыл бұрын
I don't agree.
@Flankymanga
@Flankymanga 2 жыл бұрын
@@GaryExplains would you care to explain why not? Thank you for the video.
@GaryExplains
@GaryExplains 2 жыл бұрын
I don't agree because to a novice programmer if/elif makes a lot more sense than a match/case. Secondly match/case was only introduced in Pythion 3.10 (that is in 2021). So until recently Python didn't even have a switch/case construct. Also Python's match/case is quite controversial as it uses pattern matching. Not everyone is happy with it. Finally when teaching a concept ALWAYS go with the simplest code, it might not be the most elegant, but the simplest code is the easiest to understand.
@Flankymanga
@Flankymanga 2 жыл бұрын
@@GaryExplains I would argue that the switch-case construct should be more readable even to a novice - I am a Python novice :) But i agree that for backward compatibility its not good as it is a recent feature.
@GaryExplains
@GaryExplains 2 жыл бұрын
When learning programming do people learn "if" first or "switch-case"?
@tubeDude48
@tubeDude48 Жыл бұрын
Why "noop" rather then the standard "nop"? If it works, why change it!
@GaryExplains
@GaryExplains Жыл бұрын
The beauty of designing your own stuff is that you can do it however you want. In your implementation you can do it however you wish
@tructruc00
@tructruc00 2 жыл бұрын
Now you need to create the real cpu 😉
@GaryExplains
@GaryExplains 2 жыл бұрын
Yeah, that would be nice!
@trhosking
@trhosking Жыл бұрын
I know I’m being petty but you have a typo. 64K is 65535.
@GaryExplains
@GaryExplains Жыл бұрын
Yeah, and you are not the first to point it out 😜
@piclife1178
@piclife1178 2 жыл бұрын
I don't get the point of the Pi Pico at all. There are plenty of micro processors of similar capability that offer excellent free toolchain support (Microchip PIC, STM32 etc). I can't understand why someone would waste time learning to use Pi Pico when there is real value (in terms of getting a job) by concentrating on mainstream devices that are no more difficult to use. I appreciate the full Pi fills a hole at the bottom end of application processor platforms but the release of this device does not. I think some newbies will set off learning this device and find they have wasted their efforts when they should be learning C or C++ of an industry standard microprocessor. Thanks for a great video, I do find it all interesting but the more I watch the more I don't understand why someone would use a Pi Pico over something else.
@GaryExplains
@GaryExplains 2 жыл бұрын
Maybe you should watch my Arduino vs Pico video.
@GaryExplains
@GaryExplains 2 жыл бұрын
You also might want to watch my videos on Piccolo OS. As you seem to think that the Pico doesn't use a standard tool chain or C/C++.
@psicrime
@psicrime 2 жыл бұрын
dude 360p? Now where is my crt-screen, ive put it some where.........
@GaryExplains
@GaryExplains 2 жыл бұрын
Dude, I uploaded in HD, it looks like KZfaq is behind in processing the HD version. I thought you would understand that.
@JarppaGuru
@JarppaGuru 2 жыл бұрын
no u r using pico so dont try emulate do pico lol
@GaryExplains
@GaryExplains 2 жыл бұрын
Congratulations for missing the point. 🎉🎉🎉
@cryzz0n
@cryzz0n 2 жыл бұрын
Thanks for (another) fantastic video. I really hope it gets enough "attention" for it to be worthwhile Your efforts to keep on doing these more technical videos. And personally I would really enjoy seeing this particular "series" being added to and expanded, You really have a knack for explaining and showing ALL the "working parts". Best regards.
What is Virtual Memory? MMU, Page Tables, and more!
19:21
Gary Explains
Рет қаралды 33 М.
MEU IRMÃO FICOU FAMOSO
00:52
Matheus Kriwat
Рет қаралды 46 МЛН
I CAN’T BELIEVE I LOST 😱
00:46
Topper Guild
Рет қаралды 95 МЛН
🌊Насколько Глубокий Океан ? #shorts
00:42
A CPU With Just One Instruction!!!
14:33
Gary Explains
Рет қаралды 188 М.
What is VGA and How to Use it With a Raspberry Pi Pico
18:28
Gary Explains
Рет қаралды 51 М.
I designed my own 8-bit computer just to play PONG
17:19
PicoMiteVGA: Raspberry Pi Pico Boot-to-BASIC Microcomputer
23:58
ExplainingComputers
Рет қаралды 124 М.
Raspberry Pi 5: EVERYTHING you need to know
20:32
Jeff Geerling
Рет қаралды 1,1 МЛН
Raspberry Pi  Pico PIO  - 8 Little Processors You Can Program
31:55
Gary Explains
Рет қаралды 88 М.
How Machine Language Works
19:48
The 8-Bit Guy
Рет қаралды 942 М.
I Designed My Own 16-bit CPU
15:46
AstroSam
Рет қаралды 1,9 МЛН
MEU IRMÃO FICOU FAMOSO
00:52
Matheus Kriwat
Рет қаралды 46 МЛН